Loading core/lib/Drupal/Core/Config/ConfigImporter.php +3 −0 Original line number Diff line number Diff line Loading @@ -379,6 +379,9 @@ protected function createExtensionChangelist() { return; } // Reset the module list in case a stale cache item has been set by another // process during deployment. $this->moduleExtensionList->reset(); // Get a list of modules with dependency weights as values. $module_data = $this->moduleExtensionList->getList(); // Set the actual module weights. Loading Loading
core/lib/Drupal/Core/Config/ConfigImporter.php +3 −0 Original line number Diff line number Diff line Loading @@ -379,6 +379,9 @@ protected function createExtensionChangelist() { return; } // Reset the module list in case a stale cache item has been set by another // process during deployment. $this->moduleExtensionList->reset(); // Get a list of modules with dependency weights as values. $module_data = $this->moduleExtensionList->getList(); // Set the actual module weights. Loading