public function Profile::addCollector

1 call to Profile::addCollector()
Profile::setCollectors in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php

File

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

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function addCollector(DataCollectorInterface $collector) {
  $this->collectors[$collector
    ->getName()] = $collector;
}