ServiceRouterLoader
class ServiceRouterLoader extends ObjectRouteLoader
A route loader that executes a service to load the routes.
This depends on the DependencyInjection component.
Properties
protected | $resolver | from Loader |
Methods
$this|LoaderInterface
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.
from Loader
object
getServiceObject(string $id)
Returns the object that the method will be called on to load routes.
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
__construct(ContainerInterface $container)
No description
Details
$this|LoaderInterface
resolve(mixed $resource, string|null $type = null)
Finds a loader able to load an imported resource.
protected object
getServiceObject(string $id)
Returns the object that the method will be called on to load routes.
For example, if your application uses a service container, the $id may be a service id.