function DefaultNegotiator::applies
Same name in other branches
- 9 core/lib/Drupal/Core/Theme/DefaultNegotiator.php \Drupal\Core\Theme\DefaultNegotiator::applies()
- 8.9.x core/lib/Drupal/Core/Theme/DefaultNegotiator.php \Drupal\Core\Theme\DefaultNegotiator::applies()
- 11.x core/lib/Drupal/Core/Theme/DefaultNegotiator.php \Drupal\Core\Theme\DefaultNegotiator::applies()
File
-
core/
lib/ Drupal/ Core/ Theme/ DefaultNegotiator.php, line 33
Class
- DefaultNegotiator
- Determines the default theme of the site.
Namespace
Drupal\Core\ThemeCode
public function applies(RouteMatchInterface $route_match) {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.