function HelpBreadcrumbBuilder::applies

Same name and namespace in other branches
  1. 11.x core/modules/help/src/HelpBreadcrumbBuilder.php \Drupal\help\HelpBreadcrumbBuilder::applies()

File

core/modules/help/src/HelpBreadcrumbBuilder.php, line 22

Class

HelpBreadcrumbBuilder
Provides a breadcrumb builder for help topic pages.

Namespace

Drupal\help

Code

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

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