DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED
Same name in other branches
- 9 core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED
- 8.9.x core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED
- 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\CoreCode
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.