You are here

protected property PathMatcher::$routeMatch in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Path/PathMatcher.php \Drupal\Core\Path\PathMatcher::routeMatch

The current route match.

Type: \Drupal\Core\Routing\RouteMatchInterface

File

core/lib/Drupal/Core/Path/PathMatcher.php, line 47

Class

PathMatcher
Provides a path matcher.

Namespace

Drupal\Core\Path

Code

protected $routeMatch;