X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FInstaller%2FInstallerServiceProvider.php;h=dd4ae5f470ccb4901eecdc50f2b2da03f01f5e0c;hb=refs%2Fheads%2Fd864;hp=48341492bdbc767189b7f872560c137f145a86c1;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php b/web/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php index 48341492b..dd4ae5f47 100644 --- a/web/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php +++ b/web/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php @@ -59,6 +59,9 @@ class InstallerServiceProvider implements ServiceProviderInterface, ServiceModif // The core router builder, but there is no reason here to be lazy, so // we don't need to ship with a custom proxy class. ->setLazy(FALSE); + + // Use a performance optimised module extension list. + $container->getDefinition('extension.list.module')->setClass('Drupal\Core\Installer\InstallerModuleExtensionList'); } /**