Sylius\Bundle\OrderBundle\Controller\OrderController::getContext PHP Method

getContext() protected method

protected getContext ( ) : Sylius\Component\Order\Context\CartContextInterface
return Sylius\Component\Order\Context\CartContextInterface
    protected function getContext()
    {
        return $this->get('sylius.context.cart');
    }