You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
599 B

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