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 241542e543 Merge branch '4.4' into 5.0
* 4.4:
  [VarDumper] fix for change in PHP 7.4.6
  Added regression test for AccountStatusException behavior (ref #36822)
  [HttpClient] fix PHP warning + accept status code >= 600
  [Security/Core] fix compat of `NativePasswordEncoder` with pre-PHP74 values of `PASSWORD_*` consts
  embed resource name in error message
  [FrameworkBundle] fix stringable annotation
  Change priority of KernelEvents::RESPONSE subscriber
  Fix register event listeners compiler pass
  Missing description in `messenger:setup-transports` command
  [Serializer] fix issue with PHP 8
  [WebProfiler] Remove 'none' when appending CSP tokens
  [TwigBundle] FormExtension does not have a constructor anymore since sf 4.0
  [Yaml] Fix escaped quotes in quoted multi-line string
2020-05-16 11:10:03 +02:00
..
Debug Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
DependencyInjection Merge branch '4.4' into 5.0 2020-05-16 11:10:03 +02:00
Tests Merge branch '4.4' into 5.0 2020-05-16 11:10:03 +02: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 Merge branch '4.4' 2019-10-09 16:45:46 +02:00
composer.json Allow PHP ^7.2.5 2019-11-18 18:27:11 +01:00
EventDispatcher.php Fix quotes in exception messages 2020-03-16 12:24:17 +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 Fix quotes in exception messages 2020-03-16 12:24:17 +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