Smile\ElasticsuiteCatalog\Controller\Navigation\Filter\Ajax::getFilterList PHP Method

getFilterList() private method

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