Sylius\Bundle\ShopBundle\Controller\CurrencySwitchController::renderAction PHP Method

renderAction() public method

public renderAction ( ) : Response
return Symfony\Component\HttpFoundation\Response
    public function renderAction()
    {
        return $this->templatingEngine->renderResponse('@SyliusShop/_currencySwitch.html.twig', ['active' => $this->currencyContext->getCurrencyCode(), 'currencies' => $this->currencyProvider->getAvailableCurrenciesCodes()]);
    }