function AdminDemoNegotiator::applies

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

Overrides ThemeNegotiatorInterface::applies

File

core/modules/block/src/Theme/AdminDemoNegotiator.php, line 16

Class

AdminDemoNegotiator
Negotiates the theme for the block admin demo page via the URL.

Namespace

Drupal\block\Theme

Code

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

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