Smile\ElasticsuiteCore\Helper\Autocomplete::getConfigValue PHP Метод

getConfigValue() защищенный Метод

Retrieve a configuration value by its key
protected getConfigValue ( string $key ) : mixed
$key string The configuration key
Результат mixed
    protected function getConfigValue($key)
    {
        return $this->scopeConfig->getValue(self::AUTOCOMPLETE_SETTINGS_CONFIG_XML_PREFIX . "/" . $key);
    }