RouteMatch::$rawParameters

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::rawParameters
  2. 10 core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::rawParameters
  3. 11.x core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::rawParameters

A key|value store of raw parameters.

Type: \Symfony\Component\HttpFoundation\ParameterBag

File

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

Class

RouteMatch
Default object representing the results of routing.

Namespace

Drupal\Core\Routing

Code

protected $rawParameters;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.