service theme.negotiator in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \theme.negotiator
Class
Drupal\Core\Theme\ThemeNegotiatorTags
- service_id_collector
1 string reference to theme.negotiator
- MenuTestController::create in core/
modules/ system/ tests/ modules/ menu_test/ src/ Controller/ MenuTestController.php - Instantiates a new instance of this class.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Theme\ThemeNegotiator
- arguments:
- - '@access_check.theme'
- - '@class_resolver'
- tags:
- - { name: service_id_collector, tag: theme_negotiator }