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

Leave a comment

Your email address will not be published. Required fields are marked *