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

void
load(ContainerInterface $container)

Execute the loading process.

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.

Parameters

ContainerInterface $container

Target container instance

Return Value

void