You are here

constant KernelEvents::RESPONSE in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-kernel/KernelEvents.php \Symfony\Component\HttpKernel\KernelEvents::RESPONSE

The RESPONSE event occurs once a response was created for replying to a request.

This event allows you to modify or replace the response that will be replied. The event listener method receives a Symfony\Component\HttpKernel\Event\FilterResponseEvent instance.

Related topics

File

vendor/symfony/http-kernel/KernelEvents.php, line 91

Class

KernelEvents
Contains all events thrown in the HttpKernel component.

Namespace

Symfony\Component\HttpKernel

Code

const RESPONSE = 'kernel.response';