Sylius\Bundle\OrderBundle\Controller\OrderItemController::getCartManager PHP Method

getCartManager() protected method

protected getCartManager ( ) : Doctrine\ORM\EntityManagerInterface
return Doctrine\ORM\EntityManagerInterface
    protected function getCartManager()
    {
        return $this->get('sylius.manager.order');
    }