Sonata\ProductBundle\Block\SimilarProductsBlockService::getProductFinder PHP Method

getProductFinder() protected method

Returns the Product finder.
protected getProductFinder ( ) : Sonata\Component\Product\ProductFinderInterface
return Sonata\Component\Product\ProductFinderInterface
    protected function getProductFinder()
    {
        return $this->productFinder;
    }