You are here

protected property PathBasedBreadcrumbBuilder::$pathMatcher in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/PathBasedBreadcrumbBuilder.php \Drupal\system\PathBasedBreadcrumbBuilder::pathMatcher

The patch matcher service.

Type: \Drupal\Core\Path\PathMatcherInterface

File

core/modules/system/src/PathBasedBreadcrumbBuilder.php, line 95

Class

PathBasedBreadcrumbBuilder
Class to define the menu_link breadcrumb builder.

Namespace

Drupal\system

Code

protected $pathMatcher;