constant KernelEvents::FINISH_REQUEST in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/KernelEvents.php \Symfony\Component\HttpKernel\KernelEvents::FINISH_REQUEST
The FINISH_REQUEST event occurs when a response was generated for a request.
This event allows you to reset the global and environmental state of the application, when it was changed during the request.
File
- vendor/
symfony/ http-kernel/ KernelEvents.php, line 114
Class
- KernelEvents
- Contains all events thrown in the HttpKernel component.
Namespace
Symfony\Component\HttpKernelCode
const FINISH_REQUEST = 'kernel.finish_request';