facade_loader_interface
interface facade_loader_interface implements loader_interface
| internal |
Contract for facade discovery loaders.
Implementations scan namespaces to register facade definitions discovered during kernel bootstrap.
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.