You are here

protected property RouteMatch::$route in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::route
  2. 9 core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::route

The route.

Type: \Symfony\Component\Routing\Route

File

core/lib/Drupal/Core/Routing/RouteMatch.php, line 27

Class

RouteMatch
Default object representing the results of routing.

Namespace

Drupal\Core\Routing

Code

protected $route;