Sonata\BasketBundle\Controller\BasketController::headerPreviewAction PHP Method

headerPreviewAction() public method

Displays a header preview of the basket.
public headerPreviewAction ( ) : Response
return Symfony\Component\HttpFoundation\Response
    public function headerPreviewAction()
    {
        return $this->render('SonataBasketBundle:Basket:header_preview.html.twig', array('basket' => $this->get('sonata.basket')));
    }