function HighPriorityThemeNegotiator::applies

Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php \Drupal\theme_test\Theme\HighPriorityThemeNegotiator::applies()
  2. 10 core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php \Drupal\theme_test\Theme\HighPriorityThemeNegotiator::applies()
  3. 11.x core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php \Drupal\theme_test\Theme\HighPriorityThemeNegotiator::applies()

Overrides ThemeNegotiatorInterface::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\Theme

Code

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.