function RouteMatch::getRawParameters
Same name in other branches
- 9 core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::getRawParameters()
- 8.9.x core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::getRawParameters()
- 10 core/lib/Drupal/Core/Routing/RouteMatch.php \Drupal\Core\Routing\RouteMatch::getRawParameters()
Overrides RouteMatchInterface::getRawParameters
File
-
core/
lib/ Drupal/ Core/ Routing/ RouteMatch.php, line 133
Class
- RouteMatch
- Default object representing the results of routing.
Namespace
Drupal\Core\RoutingCode
public function getRawParameters() {
return $this->rawParameters;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.