Update to Drupal 8.1.8. For more information, see https://www.drupal.org/project/drupal/releases/8.1.8
This commit is contained in:
parent
e9f047ccf8
commit
f9f23cdf38
312 changed files with 6751 additions and 1546 deletions
|
@ -73,7 +73,7 @@ class InstallerServiceProvider implements ServiceProviderInterface, ServiceModif
|
|||
// No service may persist when the early installer kernel is rebooted into
|
||||
// the production environment.
|
||||
// @todo The DrupalKernel reboot performed by drupal_install_system() is
|
||||
// actually not a "regular" reboot (like ModuleHandler::install()), so
|
||||
// actually not a "regular" reboot (like ModuleInstaller::install()), so
|
||||
// services are not actually persisted.
|
||||
foreach ($container->findTaggedServiceIds('persist') as $id => $tags) {
|
||||
$definition = $container->getDefinition($id);
|
||||
|
|
Reference in a new issue