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