service theme_installer in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \theme_installer
Class
Drupal\Core\Extension\ThemeInstaller16 string references to theme_installer
- BaseThemeDefaultDeprecationTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ BaseThemeDefaultDeprecationTest.php - BaseThemeRequiredTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ BaseThemeRequiredTest.php - BlockTest::testUninstallTheme in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests that uninstalling a theme removes its block configuration.
- CKEditorLoadingTest::testExternalStylesheets in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorLoadingTest.php - Tests loading of theme's CKEditor stylesheets defined in the .info file.
- MenuRouterTest::doTestThemeCallbackOptionalTheme in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Test the theme negotiation when it is set to use an optional theme.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Extension\ThemeInstaller
- arguments:
- - '@theme_handler'
- - '@config.factory'
- - '@config.installer'
- - '@module_handler'
- - '@config.manager'
- - '@asset.css.collection_optimizer'
- - '@router.builder'
- - '@logger.channel.default'
- - '@state'
- - '@extension.list.module'