Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/event-dispatcher/README.md @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
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) |