X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDrupalKernelInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FDrupalKernelInterface.php;h=ff065a8f8240c2409479704b00b31391ab5a95ab;hp=c38fff5db938b71caf0a0e6759e6066c9eb22372;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 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. *