Aimeos\ShopBundle\Controller\LocaleController::selectComponentAction PHP Method

selectComponentAction() public method

Returns the output of the locale select component
public selectComponentAction ( ) : Response
return Symfony\Component\HttpFoundation\Response Response object containing the generated output
    public function selectComponentAction()
    {
        return $this->getOutput('locale/select');
    }
LocaleController