public function Profile::hasCollector

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php, line 210

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function hasCollector($name) {
  return isset($this->collectors[$name]);
}