constant DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED
- 9 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';