Свойство | Тип | Описание | |
---|---|---|---|
$cache | Magento\Framework\Cache\FrontendInterface | ||
$configFactory | Magento\Config\Model\Config\Factory | Backend Config Model Factory | |
$string | Magento\Framework\Stdlib\StringUtils |
Метод | Описание | |
---|---|---|
__construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, |
Class constructor | |
execute ( ) : Magento\Backend\Model\View\Result\Redirect | Save configuration |
Метод | Описание | |
---|---|---|
getGroupsForSave ( ) : array | null | ||
processNestedGroups ( mixed $group ) : array | Process nested groups |
public __construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, |
||
$context | Magento\Backend\App\Action\Context | Action context |
$configStructure | Magento\Config\Model\Config\Structure | Relevance configuration Structure |
$sectionChecker | Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker | Configuration Section Checker |
$configFactory | Configuration Factory | |
$cache | Magento\Framework\Cache\FrontendInterface | Cache instance |
$string | Magento\Framework\Stdlib\StringUtils | String helper |
public execute ( ) : Magento\Backend\Model\View\Result\Redirect | ||
Результат | Magento\Backend\Model\View\Result\Redirect |
protected getGroupsForSave ( ) : array | null | ||
Результат | array | null |
protected processNestedGroups ( mixed $group ) : array | ||
$group | mixed | The configuration groups |
Результат | array |
protected FrontendInterface,Magento\Framework\Cache $cache | ||
Результат | Magento\Framework\Cache\FrontendInterface |
protected Factory,Magento\Config\Model\Config $configFactory | ||
Результат | Magento\Config\Model\Config\Factory |