Smile\ElasticsuiteCatalog\Controller\Navigation\Filter\Ajax::getFilterList PHP Метод

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

Return the current filter list for the request.
private getFilterList ( ) : Magento\Catalog\Model\Layer\FilterList
Результат Magento\Catalog\Model\Layer\FilterList
    private function getFilterList()
    {
        return $this->filterListPool[$this->getLayerType()];
    }