Sonata\BasketBundle\Controller\BasketController::headerPreviewAction PHP 메소드

headerPreviewAction() 공개 메소드

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