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
Robin Chalas de4c45c90c Merge branch '5.0'
* 5.0:
  Avoid stale-if-error if kernel.debug = true, because it hides errors
  [Console] Fix SymfonyQuestionHelper tests sometimes failing on AppVeyor
  [SecurityBundle] Fix collecting traceable listeners info using anonymous: lazy
  [Filesystem][FilesystemCommonTrait] Use a dedicated directory when there are no namespace
  [Workflow] Fix configuration node reference for "initial_marking"
  expand listener in place
  [DI] deferred exceptions in ResolveParameterPlaceHoldersPass
  Do not throw exception on valut generate key
2020-01-10 22:57:55 +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 Merge branch '5.0' 2019-11-21 08:02:52 +01:00
EventDispatcher.php Merge branch '4.4' into 5.0 2020-01-10 22:57:37 +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 [EventDispatcher] Deprecate LegacyEventDispatcherProxy. 2019-12-15 23:54:05 +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