function DbUpdateNegotiator::applies

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

Overrides ThemeNegotiatorInterface::applies

File

core/modules/system/src/Theme/DbUpdateNegotiator.php, line 35

Class

DbUpdateNegotiator
Sets the active theme for the database update pages.

Namespace

Drupal\system\Theme

Code

public function applies(RouteMatchInterface $route_match) {
    return $route_match->getRouteName() == 'system.db_update';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.