ObjectRouteLoader
class ObjectRouteLoader extends Loader
A route loader that calls a method on an object to load the routes.
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.
bool
supports(mixed $resource, string|null $type = null)
Returns whether this class supports the given resource.
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.
at line line 45
load(mixed $resource, string|null $type = null)
Calls the service that will load the routes.
at line line 82
bool
supports(mixed $resource, string|null $type = null)
Returns whether this class supports the given resource.