public DrupalKernel::rebuildContainer()
Force a container rebuild.
\Symfony\Component\DependencyInjection\ContainerInterface
Overrides DrupalKernelInterface::rebuildContainer
public function rebuildContainer() { // Empty module properties and for them to be reloaded from scratch. $this->moduleList = NULL; $this->moduleData = array(); $this->containerNeedsRebuild = TRUE; return $this->initializeContainer(); }
© 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!DrupalKernel.php/function/DrupalKernel::rebuildContainer/8.1.x