Routing
Interfaces, Classes and Traits
- 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.
- Router
- This Router creates the Loader only when the cache is empty.