Smile\ElasticsuiteCore\Search\Request\ContainerConfiguration\RelevanceConfig\Factory::getConfigValue PHP Méthode

getConfigValue() protected méthode

Read value into the config by path and scope.
protected getConfigValue ( string $path, string $scopeCode ) : mixed
$path string Config path.
$scopeCode string Scope coode.
Résultat mixed
    protected function getConfigValue($path, $scopeCode)
    {
        $scope = ContainerScopeInterface::SCOPE_STORE_CONTAINERS;
        return $this->scopeConfig->getValue($path, $scope, $scopeCode);
    }