Smile\ElasticsuiteCore\Block\Adminhtml\Search\Request\RelevanceConfig\Form::getConfigValue PHP Method

getConfigValue() public method

Get config value
public getConfigValue ( string $path ) : mixed
$path string The config value path
return mixed
    public function getConfigValue($path)
    {
        return $this->_scopeConfig->getValue($path, $this->getScope(), $this->getScopeCode());
    }