service_loader_interface
interface service_loader_interface implements loader_interface
| internal |
Contract for auto-discovery service loaders.
Implementations locate service classes and register them with the container including autowiring metadata.
Methods
Details
in
loader_interface at line 38
void
load(ContainerInterface $container)
Execute the loading process.
Scans directories, finds files, and registers definitions in the container.