class EventDispatcher

The EventDispatcherInterface is the central point of Symfony's event listener system.

Listeners are registered on the manager and events are dispatched through the manager.

@author Guilherme Blanco <guilhermeblanco@hotmail.com> @author Jonathan Wage <jonwage@gmail.com> @author Roman Borschel <roman@code-factory.org> @author Bernhard Schussek <bschussek@gmail.com> @author Fabien Potencier <fabien@symfony.com> @author Jordi Boggiano <j.boggiano@seld.be> @author Jordan Alliot <jordan.alliot@gmail.com>

@api

Hierarchy

Expanded class hierarchy of EventDispatcher

14 files declare their use of EventDispatcher

File

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

Namespace

Symfony\Component\EventDispatcher
View source

Members