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

..22-Feb-2022-

Debug/H03-May-2022-492342

DependencyInjection/H03-May-2022-270185

CHANGELOG.mdH A D18-Dec-20202.7 KiB8259

EventDispatcher.phpH A D03-May-20228.9 KiB281182

EventDispatcherInterface.phpH A D03-May-20222.4 KiB7613

EventSubscriberInterface.phpH A D03-May-20221.7 KiB506

GenericEvent.phpH A D03-May-20223.5 KiB17164

ImmutableEventDispatcher.phpH A D03-May-20222.2 KiB9242

LICENSEH A D18-Dec-20201 KiB2016

LegacyEventDispatcherProxy.phpH A D03-May-2022882 3211

README.mdH A D18-Dec-2020604 1612

composer.jsonH A D18-Dec-20201.5 KiB5352

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.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