You are here

service theme_handler in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \theme_handler

Class

Drupal\Core\Extension\ThemeHandler
53 string references to theme_handler
BasicSettingsForm::create in core/modules/views_ui/src/Form/BasicSettingsForm.php
Instantiates a new instance of this class.
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.
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. - '@module_handler'
  6. - '@state'
  7. - '@info_parser'