This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/EventDispatcher
2020-05-05 17:06:23 +02:00
..
Debug collect called listeners information only once 2019-06-25 09:45:31 +02:00
DependencyInjection Fix hardcoded hotPathTagName 2019-03-29 20:18:37 +01:00
Tests Remove unused local variables in tests 2019-10-24 17:33:53 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Reset profiler. 2017-10-05 12:20:28 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
ContainerAwareEventDispatcher.php Add missing dots at the end of exception messages 2020-03-15 10:38:08 +01:00
Event.php [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
EventDispatcher.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
EventDispatcherInterface.php [EventDispatcher] Fixed phpdoc on interface 2019-01-01 15:10:43 +01:00
EventSubscriberInterface.php [DI][EventDispatcher] added contract for implementation 2020-05-05 17:06:23 +02:00
GenericEvent.php Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
ImmutableEventDispatcher.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00

EventDispatcher Component

The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.

Resources