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
2021-02-18 18:12:37 +01:00
..
Debug Merge branch '4.4' into 5.1 2020-10-28 22:31:18 +01:00
DependencyInjection [EventDispatcher] fix registering subscribers twice on edge-case 2021-02-18 18:12:37 +01:00
Tests Fix merge 2021-01-27 11:36:24 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security] Refactor logout listener to dispatch an event instead 2020-04-04 13:02:21 +02:00
composer.json Merge branch '4.4' into 5.1 2021-01-10 17:29:19 +01:00
EventDispatcher.php Merge branch '5.1' into 5.2 2020-12-27 14:15:00 +01:00
EventDispatcherInterface.php Add parameter type declarations to contracts. 2019-11-09 10:18:34 +01:00
EventSubscriberInterface.php [DI][EventDispatcher] added contract for implementation 2020-05-05 17:06:23 +02: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 Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
LICENSE Bump license year 2021-01-01 10:24:35 +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