PHP Class Smile\ElasticsuiteCore\Model\ResourceModel\Search\Request\RelevanceConfig\Data

Author: Romain Ruaud ([email protected])
Inheritance: extends Magento\Config\Model\ResourceModel\Config\Data
Show file Open project: smile-sa/elasticsuite

Protected Methods

Method Description
_checkUnique ( Magento\Framework\Model\AbstractModel $object ) Validate unique configuration data before save Set id to object if exists configuration instead of throw exception
_construct ( ) : void Define main table

Method Details

_checkUnique() protected method

Validate unique configuration data before save Set id to object if exists configuration instead of throw exception
protected _checkUnique ( Magento\Framework\Model\AbstractModel $object )
$object Magento\Framework\Model\AbstractModel The current configuration value being saved

_construct() protected method

Define main table
protected _construct ( ) : void
return void