Gets the Collectors associated with this profile.
Return value
DataCollectorInterface[]
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php, line 231
Class
- Profile
- Profile.
Namespace
Symfony\Component\HttpKernel\Profiler
Code
public function getCollectors() {
return $this->collectors;
}