service theme.manager in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \theme.manager
Class
Drupal\Core\Theme\ThemeManager11 string references to theme.manager
- BlockListBuilder::createInstance in core/
modules/ block/ src/ BlockListBuilder.php - Instantiates a new instance of this entity handler.
- CurrentThemeCondition::create in core/
modules/ system/ src/ Plugin/ Condition/ CurrentThemeCondition.php - Creates an instance of the plugin.
- Drupal::theme in core/
lib/ Drupal.php - Gets the theme service.
- ElementInfoIntegrationTest::testElementInfoByTheme in core/
modules/ system/ src/ Tests/ Render/ ElementInfoIntegrationTest.php - Ensures that the element info can be altered by themes.
- LibraryDiscoveryIntegrationTest::activateTheme in core/
modules/ system/ src/ Tests/ Asset/ LibraryDiscoveryIntegrationTest.php - Activates a specified theme.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Theme\ThemeManager
- arguments:
- - '@app.root'
- - '@theme.negotiator'
- - '@theme.initialization'
- - '@request_stack'
- - '@module_handler'
- calls:
- - [setThemeRegistry, ['@theme.registry']]