Networking\InitCmsBundle\Controller\FrontendPageController::translationNotFoundAction PHP Method

translationNotFoundAction() public method

public translationNotFoundAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
return Symfony\Component\HttpFoundation\Response
    public function translationNotFoundAction(Request $request)
    {
        $params = array('language' => \Locale::getDisplayLanguage($request->getLocale()), 'admin_pool' => $this->getAdminPool());
        return $this->render($this->container->getParameter('networking_init_cms.no_translation_template'), $params);
    }