Routing
Interfaces, Classes, Traits and Enums
- RouteLoaderInterface
- Marker interface for service route loaders.
- AnnotatedRouteControllerLoader
- AnnotatedRouteControllerLoader is an implementation of AnnotationClassLoader
that sets the '_controller' default based on the class and method names.
- DelegatingLoader
- DelegatingLoader delegates route loading to other loaders using a loader resolver.
- RedirectableUrlMatcher
- UrlMatcher matches URL based on a set of routes.
- Router
- This Router creates the Loader only when the cache is empty.