function HighPriorityThemeNegotiator::determineActiveTheme
Same name in other branches
- 8.9.x core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php \Drupal\theme_test\Theme\HighPriorityThemeNegotiator::determineActiveTheme()
- 10 core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php \Drupal\theme_test\Theme\HighPriorityThemeNegotiator::determineActiveTheme()
- 11.x core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php \Drupal\theme_test\Theme\HighPriorityThemeNegotiator::determineActiveTheme()
Overrides ThemeNegotiatorInterface::determineActiveTheme
File
-
core/
modules/ system/ tests/ modules/ theme_test/ src/ Theme/ HighPriorityThemeNegotiator.php, line 23
Class
- HighPriorityThemeNegotiator
- Implements a test theme negotiator which was configured with a high priority.
Namespace
Drupal\theme_test\ThemeCode
public function determineActiveTheme(RouteMatchInterface $route_match) {
return 'starterkit_theme';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.