interface LoaderResolverInterface
LoaderResolverInterface selects a loader for a given resource.
Methods
LoaderInterface|false | resolve(mixed $resource, string|null $type = null) Returns a loader able to load the resource. |
Details
LoaderInterface|false resolve(mixed $resource, string|null $type = null)
Returns a loader able to load the resource.
Please login to continue.