Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / DrupalKernelInterface.php
index c38fff5db938b71caf0a0e6759e6066c9eb22372..ff065a8f8240c2409479704b00b31391ab5a95ab 100644 (file)
@@ -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.
    *