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-02-08 15:04:50 +01:00
..
Debug Add parameter type declarations to contracts. 2019-11-09 10:18:34 +01:00
DependencyInjection Merge branch '4.4' 2019-10-09 16:45:46 +02:00
Tests Merge branch '4.3' into 4.4 2019-11-28 14:33:56 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [EventDispatcher] Deprecate LegacyEventDispatcherProxy. 2019-12-15 23:54:05 +01:00
composer.json Leverage trigger_deprecation() from symfony/deprecation-contracts 2020-02-08 15:04:50 +01:00
EventDispatcher.php Merge branch '4.4' into 5.0 2020-02-04 10:41:09 +01:00
EventDispatcherInterface.php Add parameter type declarations to contracts. 2019-11-09 10:18:34 +01:00
EventSubscriberInterface.php fixed short array CS in comments 2019-01-16 14:27:11 +01:00
GenericEvent.php Added more parameter type declarations. 2019-08-21 17:16:25 +02:00
ImmutableEventDispatcher.php Add parameter type declarations to contracts. 2019-11-09 10:18:34 +01:00
LegacyEventDispatcherProxy.php Leverage trigger_deprecation() from symfony/deprecation-contracts 2020-02-08 15:04:50 +01: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