final class ConfigFileLoader (View source)

Constants

private CONFIG_MAP_FILE

Methods

load(string $file, string|null $rootKey = null)
loadWithMetadata(string $file, string|null $rootKey = null)

Details

load

ConfigDefinitionInterface load(string $file, string|null $rootKey = null)

No description

Parameters

string $file
string|null $rootKey

Return Value

ConfigDefinitionInterface

loadWithMetadata

LoadedConfigFile loadWithMetadata(string $file, string|null $rootKey = null)

No description

Parameters

string $file
string|null $rootKey

Return Value

LoadedConfigFile