• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Debug/H03-May-2022-475295

DependencyInjection/H03-May-2022-14092

Symfony/Component/EventDispatcher/H03-May-2022-1,648806

Tests/H03-May-2022-1,419997

CHANGELOG.mdH A D25-Mar-20191.3 KiB4332

ContainerAwareEventDispatcher.phpH A D25-Mar-20197 KiB198110

Event.phpH A D25-Mar-20191.6 KiB5914

EventDispatcher.phpH A D25-Mar-20197 KiB237147

EventDispatcherInterface.phpH A D25-Mar-20193.1 KiB9413

EventSubscriberInterface.phpH A D25-Mar-20191.5 KiB476

GenericEvent.phpH A D25-Mar-20193.6 KiB17663

ImmutableEventDispatcher.phpH A D25-Mar-20192.1 KiB9242

LICENSEH A D25-Mar-20191 KiB2016

README.mdH A D25-Mar-2019610 1612

composer.jsonH A D25-Mar-20191.2 KiB4847

phpunit.xml.distH A D25-Mar-2019893 3228

README.md

1EventDispatcher Component
2=========================
3
4The EventDispatcher component provides tools that allow your application
5components to communicate with each other by dispatching events and listening to
6them.
7
8Resources
9---------
10
11  * [Documentation](https://symfony.com/doc/current/components/event_dispatcher/index.html)
12  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
13  * [Report issues](https://github.com/symfony/symfony/issues) and
14    [send Pull Requests](https://github.com/symfony/symfony/pulls)
15    in the [main Symfony repository](https://github.com/symfony/symfony)
16