You are here

protected property MenuActiveTrail::$routeMatch in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Menu/MenuActiveTrail.php \Drupal\Core\Menu\MenuActiveTrail::routeMatch
  2. 9 core/lib/Drupal/Core/Menu/MenuActiveTrail.php \Drupal\Core\Menu\MenuActiveTrail::routeMatch

The route match object for the current page.

Type: \Drupal\Core\Routing\RouteMatchInterface

File

core/lib/Drupal/Core/Menu/MenuActiveTrail.php, line 30

Class

MenuActiveTrail
Provides the default implementation of the active menu trail service.

Namespace

Drupal\Core\Menu

Code

protected $routeMatch;