PHP Class Smile\ElasticsuiteCore\Controller\Adminhtml\Search\Request\RelevanceConfig\Edit

Author: Romain Ruaud ([email protected])
Inheritance: extends AbstractScopeConfig
Show file Open project: smile-sa/elasticsuite

Protected Properties

Property Type Description
$resultPageFactory Magento\Framework\View\Result\PageFactory

Public Methods

Method Description
__construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, RelevanceConfig $backendConfig, Magento\Framework\View\Result\PageFactory $resultPageFactory ) Class constructor
execute ( ) : Magento\Framework\App\ResponseInterface | void Edit configuration section

Method Details

__construct() public method

Class constructor
public __construct ( Magento\Backend\App\Action\Context $context, Magento\Config\Model\Config\Structure $configStructure, Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, RelevanceConfig $backendConfig, Magento\Framework\View\Result\PageFactory $resultPageFactory )
$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
$backendConfig Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig Configuration model
$resultPageFactory Magento\Framework\View\Result\PageFactory Magento Page Factory

execute() public method

Edit configuration section
public execute ( ) : Magento\Framework\App\ResponseInterface | void
return Magento\Framework\App\ResponseInterface | void

Property Details

$resultPageFactory protected property

protected PageFactory,Magento\Framework\View\Result $resultPageFactory
return Magento\Framework\View\Result\PageFactory