Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \theme_handler
  2. 9 core/core.services.yml \theme_handler

Class

Drupal\Core\Extension\ThemeHandler
59 string references to theme_handler
BasicSettingsForm::create in core/modules/views_ui/src/Form/BasicSettingsForm.php
BlockConfigEntityUnitTest::setUp in core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockContentController::create in core/modules/block_content/src/Controller/BlockContentController.php
Instantiates a new instance of the implementing class using autowiring.
BlockContentLocalTasksTest::setUp in core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php
BlockForm::create in core/modules/block/src/BlockForm.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\Core\Extension\ThemeHandler
  2. arguments:
  3. - '%app.root%'
  4. - '@config.factory'
  5. - '@extension.list.theme'