X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDrupalKernelInterface.php;h=ff065a8f8240c2409479704b00b31391ab5a95ab;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=c38fff5db938b71caf0a0e6759e6066c9eb22372;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/DrupalKernelInterface.php b/web/core/lib/Drupal/Core/DrupalKernelInterface.php index c38fff5db..ff065a8f8 100644 --- a/web/core/lib/Drupal/Core/DrupalKernelInterface.php +++ b/web/core/lib/Drupal/Core/DrupalKernelInterface.php @@ -14,6 +14,16 @@ use Symfony\Component\HttpFoundation\Request; */ interface DrupalKernelInterface extends HttpKernelInterface, ContainerAwareInterface { + /** + * Event fired when the service container finished initializing in subrequest. + * + * This event allows you to initialize overrides such as language to the + * services. + * + * @var string + */ + const CONTAINER_INITIALIZE_SUBREQUEST_FINISHED = 'kernel.container.finish_container_initialize_subrequest'; + /** * Boots the current kernel. *