Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
delete ($path, $scope=ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeId=0) | |
save ($path, $value, $scope=ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeId=0) | |
Interface \Magento\Framework\App\Config\Storage\WriterInterface @api
Definition at line 16 of file WriterInterface.php.
delete | ( | $path, | |
$scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT , |
|||
$scopeId = 0 |
|||
) |
Delete config value from storage
string | $path | |
string | $scope | |
int | $scopeId |
Implemented in Writer.
save | ( | $path, | |
$value, | |||
$scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT , |
|||
$scopeId = 0 |
|||
) |
Save config value to storage
string | $path | |
string | $value | |
string | $scope | |
int | $scopeId |
Implemented in Writer.