ServiceRouterLoader
class ServiceRouterLoader extends ObjectRouteLoader
A route loader that executes a service to load the routes.
This depends on the DependencyInjection component.
Methods
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.
from Loader
load(mixed $resource, string|null $type = null)
Calls the service that will load the routes.
from ObjectRouteLoader
bool
supports(mixed $resource, string|null $type = null)
Returns whether this class supports the given resource.
from ObjectRouteLoader
Details
in Loader at line line 28
LoaderResolverInterface
getResolver()
Gets the loader resolver.
in Loader at line line 36
setResolver(LoaderResolverInterface $resolver)
Sets the loader resolver.
in Loader at line line 49
mixed
import(mixed $resource, string|null $type = null)
Imports a resource.
in Loader at line line 64
LoaderInterface
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.
in ObjectRouteLoader at line line 45
load(mixed $resource, string|null $type = null)
Calls the service that will load the routes.
in ObjectRouteLoader at line line 82
bool
supports(mixed $resource, string|null $type = null)
Returns whether this class supports the given resource.