Sonata\PaymentBundle\Consumer\PaymentProcessOrderElementConsumer::getProductManager PHP Method

getProductManager() protected method

Get the Manager of the given Product.
protected getProductManager ( string $productType ) : Sonata\CoreBundle\Model\ManagerInterface
$productType string
return Sonata\CoreBundle\Model\ManagerInterface
    protected function getProductManager($productType)
    {
        return $this->productPool->getManager($productType);
    }