Gets the Collectors associated with this profiler.
Return value
array An array of collectors
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php, line 230
Class
- Profiler
- Profiler.
Namespace
Symfony\Component\HttpKernel\Profiler
Code
public function all() {
return $this->collectors;
}