Smile\ElasticsuiteCatalog\Model\Layer\Filter\Category::applyCategoryFilterToCollection PHP Метод

applyCategoryFilterToCollection() защищенный Метод

Apply the category filter to the layer product collection.
protected applyCategoryFilterToCollection ( Magento\Catalog\Api\Data\CategoryInterface $category )
$category Magento\Catalog\Api\Data\CategoryInterface Category.
    protected function applyCategoryFilterToCollection(\Magento\Catalog\Api\Data\CategoryInterface $category)
    {
        $this->getLayer()->getProductCollection()->addCategoryFilter($category);
        return $this;
    }