X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FInstaller%2FInstallerServiceProvider.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FInstaller%2FInstallerServiceProvider.php;h=dd4ae5f470ccb4901eecdc50f2b2da03f01f5e0c;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=48341492bdbc767189b7f872560c137f145a86c1;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;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'); } /**