Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\ScopeDefiner::getScope PHP Метод

getScope() публичный Метод

Retrieve current config scope
public getScope ( ) : string
Результат string
    public function getScope()
    {
        return $this->request->getParam('store') ? ContainerScopeInterface::SCOPE_STORE_CONTAINERS : ($this->request->getParam('container') ? ContainerScopeInterface::SCOPE_CONTAINERS : ContainerScopeInterface::SCOPE_DEFAULT);
    }