You are here

public function DefaultNegotiator::applies in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Theme/DefaultNegotiator.php \Drupal\Core\Theme\DefaultNegotiator::applies()
  2. 9 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\Theme

Code

public function applies(RouteMatchInterface $route_match) {
  return TRUE;
}