Sonata\ProductBundle\Controller\ProductVariationAdminController::getProductManager PHP Méthode

getProductManager() protected méthode

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