You are here

protected property RouteMatch::$parameters in Drupal 9

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

A key|value store of parameters.

Type: \Symfony\Component\HttpFoundation\ParameterBag

File

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

Class

RouteMatch
Default object representing the results of routing.

Namespace

Drupal\Core\Routing

Code

protected $parameters;