You are here

service theme_installer in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \theme_installer

Class

Drupal\Core\Extension\ThemeInstaller
16 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.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Extension\ThemeInstaller
  2. arguments:
  3. - '@theme_handler'
  4. - '@config.factory'
  5. - '@config.installer'
  6. - '@module_handler'
  7. - '@config.manager'
  8. - '@asset.css.collection_optimizer'
  9. - '@router.builder'
  10. - '@logger.channel.default'
  11. - '@state'
  12. - '@extension.list.module'