constant 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.

@api

File

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

Class

KernelEvents
Contains all events thrown in the HttpKernel component

Namespace

Symfony\Component\HttpKernel

Code

const RESPONSE = 'kernel.response';