You are here

constant KernelEvents::TERMINATE in Zircon Profile 8.0

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

The TERMINATE event occurs once a response was sent.

This event allows you to run expensive post-response jobs. The event listener method receives a Symfony\Component\HttpKernel\Event\PostResponseEvent instance.

Related topics

File

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

Class

KernelEvents
Contains all events thrown in the HttpKernel component.

Namespace

Symfony\Component\HttpKernel

Code

const TERMINATE = 'kernel.terminate';