Smile\ElasticsuiteCore\Search\Request\ContainerConfiguration\RelevanceConfig\Factory::getScopeCode PHP Метод

getScopeCode() приватный Метод

Retrieve current scope code
private getScopeCode ( integer $storeId, string | null $containerName ) : string
$storeId integer The store identifier or id.
$containerName string | null The container name.
Результат string
    private function getScopeCode($storeId, $containerName)
    {
        return sprintf("%s|%s", $containerName, $storeId);
    }