public RouteMatch::__construct($route_name, Route $route, array $parameters = array(), array $raw_parameters = array())
Constructs a RouteMatch object.
Parameters
string $route_name: The name of the route.
\Symfony\Component\Routing\Route $route: The route.
array $parameters: The parameters array.
array $raw_parameters: The raw $parameters array.
File
core/lib/Drupal/Core/Routing/RouteMatch.php, line 55
Class
RouteMatch Default object representing the results of routing.
Namespace
Drup