Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getValue ($path) | |
setValue ($path, $value) | |
isSetFlag ($path) | |
getValue | ( | $path | ) |
Retrieve config value by path
Path should looks like keys imploded by "/". For example scopes/stores/admin
string | $path |
Implemented in Config.
isSetFlag | ( | $path | ) |
Retrieve config flag
Path should looks like keys imploded by "/". For example scopes/stores/admin
string | $path |
Implemented in Config.
setValue | ( | $path, | |
$value | |||
) |
Set config value
string | $path | |
mixed | $value |
Implemented in Config.