theme_installer
Same name in other branches
- 8.9.x core/core.services.yml \theme_installer
- 10 core/core.services.yml \theme_installer
Class
Drupal\Core\Extension\ThemeInstaller28 string references to theme_installer
- AddedStylesheetsTest::testCkeditorStylesheets in core/
modules/ ckeditor5/ tests/ src/ Functional/ AddedStylesheetsTest.php - Test the ckeditor5-stylesheets theme config.
- BaseThemeMissingTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ BaseThemeMissingTest.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.
- CKEditorStylesheetsWarningTest::installThemeThatTriggersWarning in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditorStylesheetsWarningTest.php - Installs and enables themes for testing.
File
-
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'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.