Smile\ElasticsuiteCore\Helper\Autocomplete::getConfigValue PHP Method

getConfigValue() protected method

Retrieve a configuration value by its key
protected getConfigValue ( string $key ) : mixed
$key string The configuration key
return mixed
    protected function getConfigValue($key)
    {
        return $this->scopeConfig->getValue(self::AUTOCOMPLETE_SETTINGS_CONFIG_XML_PREFIX . "/" . $key);
    }