interface LoaderResolverInterface
LoaderResolverInterface selects a loader for a given resource.
LoaderInterface|false | resolve(mixed $resource, string|null $type = null) Returns a loader able to load the resource. |
Returns a loader able to load the resource.
mixed | $resource | A resource |
string|null | $type | The resource type or null if unknown |
LoaderInterface|false | The loader or false if none is able to load the resource |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Config/Loader/LoaderResolverInterface.html