protected UpdateKernel::initializeContainer()
Initializes the service container.
\Symfony\Component\DependencyInjection\ContainerInterface
Overrides DrupalKernel::initializeContainer
protected function initializeContainer() { // Always force a container rebuild, in order to be able to override some // services, see \Drupal\Core\Update\UpdateServiceProvider. $this->containerNeedsRebuild = TRUE; $container = parent::initializeContainer(); return $container; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Update!UpdateKernel.php/function/UpdateKernel::initializeContainer/8.1.x