constant KernelEvents::REQUEST in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/KernelEvents.php \Symfony\Component\HttpKernel\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.
Related topics
File
- vendor/
symfony/ http-kernel/ KernelEvents.php, line 34
Class
- KernelEvents
- Contains all events thrown in the HttpKernel component.
Namespace
Symfony\Component\HttpKernelCode
const REQUEST = 'kernel.request';