Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. KernelEvents.php

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.

Plugin annotation

@Event("Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent");

File

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

Class

KernelEvents
Contains all events thrown in the HttpKernel component.

Namespace

Symfony\Component\HttpKernel

Code

public const FINISH_REQUEST = 'kernel.finish_request';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal