interface ServiceConfigurationLocator

Used to locate configuration for a particular named service.

If it isn't found, return null.

Methods

mixed
locateConfigFor(string $name)

Finds the Injector config for a named service.

Details

at line 19
mixed locateConfigFor(string $name)

Finds the Injector config for a named service.

Parameters

string $name

Return Value

mixed