Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig::load PHP Method

load() public method

Load config data for section
public load ( ) : array
return array
    public function load()
    {
        if ($this->_configData === null) {
            $this->initScope();
            $this->_configData = $this->_getConfig(false);
        }
        return $this->_configData;
    }