Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($additionalConfigFiles=[]) | |
getPaths () | |
getPath ($fileKey) | |
getInitialFilePools () | |
getPathsByPool ($pool) | |
Data Fields | |
const | APP_CONFIG = 'app_config' |
const | APP_ENV = 'app_env' |
const | LOCAL = 'local' |
const | DIST = 'dist' |
Stores file key to file name config @api
Definition at line 14 of file ConfigFilePool.php.
__construct | ( | $additionalConfigFiles = [] | ) |
Constructor
array | $additionalConfigFiles |
Definition at line 61 of file ConfigFilePool.php.
getInitialFilePools | ( | ) |
Returns application initial config files.
Definition at line 98 of file ConfigFilePool.php.
getPath | ( | $fileKey | ) |
Returns file path by config key
string | $fileKey |
Definition at line 83 of file ConfigFilePool.php.
getPaths | ( | ) |
getPathsByPool | ( | $pool | ) |
Retrieve all config file pools.
string | $pool |
Definition at line 111 of file ConfigFilePool.php.
const APP_CONFIG = 'app_config' |
Definition at line 16 of file ConfigFilePool.php.
const APP_ENV = 'app_env' |
Definition at line 17 of file ConfigFilePool.php.
const DIST = 'dist' |
Definition at line 27 of file ConfigFilePool.php.
const LOCAL = 'local' |
Definition at line 22 of file ConfigFilePool.php.