1
|
EventDispatcher Component
|
2
|
=========================
|
3
|
|
4
|
The EventDispatcher component provides tools that allow your application
|
5
|
components to communicate with each other by dispatching events and listening to
|
6
|
them.
|
7
|
|
8
|
Resources
|
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)
|