Resolve #3522505 "Update sdc components theme install"
Closed
requested to merge issue/drupal-3522505:3522505-update-sdc-components-theme-install into 11.x
All threads resolved!
Compare changes
@@ -2,6 +2,7 @@
@@ -22,100 +23,25 @@ class ThemeInstaller implements ThemeInstallerInterface {
public function __construct(ThemeHandlerInterface $theme_handler, ConfigFactoryInterface $config_factory, ConfigInstallerInterface $config_installer, ModuleHandlerInterface $module_handler, ConfigManagerInterface $config_manager, AssetCollectionOptimizerInterface $css_collection_optimizer, RouteBuilderInterface $route_builder, LoggerInterface $logger, StateInterface $state, ModuleExtensionList $module_extension_list, protected Registry $themeRegistry, protected ThemeExtensionList $themeExtensionList) {
@@ -311,11 +237,9 @@ public function uninstall(array $theme_list) {