Skip to content

Get URL by router name #20

@antonio-lazarenni

Description

@antonio-lazarenni

When I want to redirect to the route name, in array $routes = $this->routes['named'];,
I have key like GET::MyPlugin::name and searching function isnt assume Namespace.

 if ( ! isset($routes[$method . '::' . $name]))
            {
                continue;
            }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions