sajad torkamani

When is it dispatched?

Dispatched very early in Symfony, before the controller is determined.

Use cases

  • Add information to the Request.
  • Return a Response early to stop further handling of the request.

List event listeners

php bin/console debug:event-dispatcher kernel.request

Sources / related

Tagged: Symfony