service theme_handler in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \theme_handler
Class
Drupal\Core\Extension\ThemeHandler61 string references to theme_handler
- BasicSettingsForm::create in core/
modules/ views_ui/ src/ Form/ BasicSettingsForm.php - Instantiates a new instance of this class.
- 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 this class.
- BlockContentLocalTasksTest::setUp in core/
modules/ block_content/ tests/ src/ Unit/ Menu/ BlockContentLocalTasksTest.php - BlockController::create in core/
modules/ block/ src/ Controller/ BlockController.php - Instantiates a new instance of this class.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Extension\ThemeHandler
- arguments:
- - '@app.root'
- - '@config.factory'
- - '@extension.list.theme'