Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (State $appState, ScopeConfigInterface $config, StoreManagerInterface $storeManager) | |
getConfigCurrencies (string $path) | |
Provide config values for allowed, base and default currencies.
Definition at line 18 of file CurrencyConfig.php.
__construct | ( | State | $appState, |
ScopeConfigInterface | $config, | ||
StoreManagerInterface | $storeManager | ||
) |
CurrencyConfig constructor.
State | $appState | |
ScopeConfigInterface | $config | |
StoreManagerInterface | $storeManager |
Definition at line 42 of file CurrencyConfig.php.
getConfigCurrencies | ( | string | $path | ) |
Retrieve config currency data by config path.
string | $path |
Definition at line 58 of file CurrencyConfig.php.