Webiny\Component\Router\Route\RouteCollection::get PHP Méthode

get() public méthode

Returns the route under the given name.
public get ( string $name ) : Route
$name string Name of the route.
Résultat Route
    public function get($name)
    {
        return $this->routes->key($name, null, true);
    }