You are here

public function ContainerAwareEventDispatcher::getContainer in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php \Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher::getContainer()

File

vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php, line 155

Class

ContainerAwareEventDispatcher
Lazily loads listeners and subscribers from the dependency injection container.

Namespace

Symfony\Component\EventDispatcher

Code

public function getContainer() {
  return $this->container;
}