public function EventDataCollector::setEventDispatcher

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php, line 28

Class

EventDataCollector
EventDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function setEventDispatcher(EventDispatcherInterface $dispatcher) {
  if ($dispatcher instanceof TraceableEventDispatcherInterface) {
    $this->dispatcher = $dispatcher;
  }
}