Smile\ElasticsuiteTracker\Block\Variables\Page\Catalog::getProductListBlock PHP Method

getProductListBlock() private method

Retrieve the product list block from the layout.
private getProductListBlock ( ) : Magento\Framework\View\Element\BlockInterface
return Magento\Framework\View\Element\BlockInterface
    private function getProductListBlock()
    {
        $productListBlock = $this->getLayout()->getBlock('product_list_toolbar');
        return is_object($productListBlock) ? $productListBlock : null;
    }