Sonata\ProductBundle\Controller\ProductAdminController::getProductManager PHP Method

getProductManager() protected method

Return the Product manager.
protected getProductManager ( ) : EntityManager
return Doctrine\ORM\EntityManager
    protected function getProductManager()
    {
        return $this->get('doctrine')->getManagerForClass($this->admin->getClass());
    }