Sonata\ProductBundle\Controller\CatalogController::getProductSetManager PHP Method

getProductSetManager() protected method

protected getProductSetManager ( ) : ProductSetManager
return Sonata\ProductBundle\Entity\ProductSetManager
    protected function getProductSetManager()
    {
        return $this->get('sonata.product.set.manager');
    }