DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED
  2. 8.9.x core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED
  3. 10 core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED

Event fired when the service container finished initializing in subrequest.

This event allows you to initialize overrides such as language to the services.

File

core/lib/Drupal/Core/DrupalKernelInterface.php, line 25

Class

DrupalKernelInterface
The interface for DrupalKernel, the core of Drupal.

Namespace

Drupal\Core

Code

const CONTAINER_INITIALIZE_SUBREQUEST_FINISHED = 'kernel.container.finish_container_initialize_subrequest';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.