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