ServiceConfigurationLocator
interface ServiceConfigurationLocator (View source)
Used to locate configuration for a particular named service.
If it isn't found, return null.
Methods
Details
        
                            mixed
    locateConfigFor(string $name)
        
    
    Finds the Injector config for a named service.