Sonata\PaymentBundle\Controller\PaymentController::getBasket PHP Method

getBasket() protected method

protected getBasket ( ) : Basket
return Sonata\Component\Basket\Basket
    protected function getBasket()
    {
        return $this->get('sonata.basket');
    }