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
Nicolas Grekas 2dbfeb9db9 Merge branch '3.4' into 4.4
* 3.4:
  [FrameworkBundle] display actual target for error in AssetsInstallCommand
  Remove patches for Doctrine bugs and deprecations
  [DI][EventDispatcher] added contract for implementation
2020-05-08 11:58:40 +02:00
..
Debug Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
DependencyInjection [EventDispatcher] Allow to omit the event name when registering listeners. 2019-10-07 15:29:43 +02:00
Tests Merge branch '4.3' into 4.4 2019-11-28 14:33:56 +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 cs fix 2019-10-09 16:35:36 +02:00
composer.json [EventDispatcher] dont allow event-dispatcher-contracts ^2 2019-11-08 23:40:51 +01:00
Event.php [Contracts][EventDispatcher] move the Event class to symfony/contracts 2019-03-29 19:47:03 +01:00
EventDispatcher.php Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
EventDispatcherInterface.php [Contracts][EventDispatcher] add EventDispatcherInterface to symfony/contracts and use it where possible 2019-03-25 18:18:00 +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 fixed CS 2019-06-13 13:03:18 +02:00
LegacyEventDispatcherProxy.php Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
LegacyEventProxy.php Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +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