class SilverStripeServiceConfigurationLocator implements ServiceConfigurationLocator (View source)

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

mixed locateConfigFor(string $name)

Finds the Injector config for a named service.

Parameters

string $name

Return Value

mixed