class SilverStripeServiceConfigurationLocator implements ServiceConfigurationLocator

Use the SilverStripe configuration system to lookup config for a particular service.

Methods

mixed
locateConfigFor(string $name)

Finds the Injector config for a named service.

Details

at line 23
mixed locateConfigFor(string $name)

Finds the Injector config for a named service.

Parameters

string $name

Return Value

mixed