You are here

constant KernelEvents::FINISH_REQUEST in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\HttpKernel

Code

const FINISH_REQUEST = 'kernel.finish_request';