ClosureLoader
class ClosureLoader extends Loader
ClosureLoader loads service definitions from a PHP closure.
The Closure has access to the container as its first argument.
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)
Loads a resource.
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 33
__construct(ContainerBuilder $container)
Constructor.
at line line 41
load(mixed $resource, string|null $type = null)
Loads a resource.
at line line 49
bool
supports(mixed $resource, string|null $type = null)
Returns whether this class supports the given resource.