RouterInterface
interface RouterInterface (View source)
Methods
                    RouteCollection[]
                
                
                    getRoutes()
        
                                            
                
            No description
                    getRouteByPath(string $path, RequestContext $context, array $routeAttributes = [])
        
                                            
                
            Get a route given its path.
                    matchRoute(Request $request)
        
                                            
                
            No description
Details
        
                            RouteActionInterface
    resolveAction(Route $route)
        
    
    No description
        
                            RouteCollection[]
    getRoutes()
        
    
    No description
        
                            
    addRoute(Route $route)
        
    
    No description
        
                            Route
    getRouteByPath(string $path, RequestContext $context, array $routeAttributes = [])
        
    
    Get a route given its path.
        
                            MatchedRoute
    matchRoute(Request $request)
        
    
    No description
        
                            
    loadRouteList(RouteListInterface $list)
        
    
    No description