You are here

protected function TraceableEventDispatcher::preDispatch in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::preDispatch()
  2. 8 vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher::preDispatch()
Same name and namespace in other branches
  1. 8.0 vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php \Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::preDispatch()

Called before dispatching the event.

Parameters

string $eventName The event name:

Event $event The event:

1 call to TraceableEventDispatcher::preDispatch()
TraceableEventDispatcher::dispatch in vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
Dispatches an event to all registered listeners.
1 method overrides TraceableEventDispatcher::preDispatch()
TraceableEventDispatcher::preDispatch in vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php
Called before dispatching the event.

File

vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php, line 211

Class

TraceableEventDispatcher
Collects some data about event listeners.

Namespace

Symfony\Component\EventDispatcher\Debug

Code

protected function preDispatch($eventName, Event $event) {
}