Autarky\Routing\RouterInterface::getRoute PHP Method

getRoute() public method

Given a route name, get the route object.
public getRoute ( string $name ) : Route
$name string
return Route
    public function getRoute($name);