function CurrentRouteMatch::getRawParameter
Same name in other branches
- 9 core/lib/Drupal/Core/Routing/CurrentRouteMatch.php \Drupal\Core\Routing\CurrentRouteMatch::getRawParameter()
- 8.9.x core/lib/Drupal/Core/Routing/CurrentRouteMatch.php \Drupal\Core\Routing\CurrentRouteMatch::getRawParameter()
- 10 core/lib/Drupal/Core/Routing/CurrentRouteMatch.php \Drupal\Core\Routing\CurrentRouteMatch::getRawParameter()
Overrides RouteMatchInterface::getRawParameter
File
-
core/
lib/ Drupal/ Core/ Routing/ CurrentRouteMatch.php, line 69
Class
- CurrentRouteMatch
- Default object for current_route_match service.
Namespace
Drupal\Core\RoutingCode
public function getRawParameter($parameter_name) {
return $this->getCurrentRouteMatch()
->getRawParameter($parameter_name);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.