function TraceableEventDispatcher::afterDispatch
Same name in this branch
- 11.1.x vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher::afterDispatch()
Called after dispatching the event.
1 call to TraceableEventDispatcher::afterDispatch()
- TraceableEventDispatcher::dispatch in vendor/
symfony/ event-dispatcher/ Debug/ TraceableEventDispatcher.php - Dispatches an event to all registered listeners.
1 method overrides TraceableEventDispatcher::afterDispatch()
- TraceableEventDispatcher::afterDispatch in vendor/
symfony/ http-kernel/ Debug/ TraceableEventDispatcher.php - Called after dispatching the event.
File
-
vendor/
symfony/ event-dispatcher/ Debug/ TraceableEventDispatcher.php, line 240
Class
- TraceableEventDispatcher
- Collects some data about event listeners.
Namespace
Symfony\Component\EventDispatcher\DebugCode
protected function afterDispatch(string $eventName, object $event) : void {
}