constant KernelEvents::REQUEST

The REQUEST event occurs at the very beginning of request dispatching

This event allows you to create a response for a request before any other code in the framework is executed. The event listener method receives a Symfony\Component\HttpKernel\Event\GetResponseEvent instance.

@api

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelEvents.php, line 36

Class

KernelEvents
Contains all events thrown in the HttpKernel component

Namespace

Symfony\Component\HttpKernel

Code

const REQUEST = 'kernel.request';