private property ContainerAwareEventDispatcher::$listeners

The services registered as listeners

Type: array

Overrides EventDispatcher::$listeners

File

drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php, line 42

Class

ContainerAwareEventDispatcher
Lazily loads listeners and subscribers from the dependency injection container

Namespace

Symfony\Component\EventDispatcher

Code

private $listeners = array();