final class InjectConfiguration (View source)

Used to enable property and constructor argument injection for configuration including settings.

Flow will build Dependency Injection code for the property and try to inject the configured configuration.

Methods

__construct(string|null $path = null, string|null $package = null, string|null $type = ConfigurationManager::CONFIGURATION_TYPE_SETTINGS)

No description

string|null
getFullConfigurationPath(string $fallbackPackageKey)

No description

Details

__construct(string|null $path = null, string|null $package = null, string|null $type = ConfigurationManager::CONFIGURATION_TYPE_SETTINGS)

No description

Parameters

string|null $path
string|null $package
string|null $type

string|null getFullConfigurationPath(string $fallbackPackageKey)

No description

Parameters

string $fallbackPackageKey

fallback, in case no package key is specified {\Neos\Flow\Annotations\self::$package}

Return Value

string|null