LoginController extends AbstractController

Login controller

Internal

This class is a specific controller implementation and is not considered part of the Public TYPO3 API.

Table of Contents

Methods

showEnableInstallToolFileAction()  : ResponseInterface
Render the "Create an "enable install tool file" action
showLoginAction()  : ResponseInterface
Render login view
initializeStandaloneView()  : StandaloneView
Helper method to initialize a standalone view instance.

Methods

showEnableInstallToolFileAction()

Render the "Create an "enable install tool file" action

public showEnableInstallToolFileAction(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

showLoginAction()

Render login view

public showLoginAction(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

initializeStandaloneView()

Helper method to initialize a standalone view instance.

protected initializeStandaloneView(ServerRequestInterface $request, string $templatePath) : StandaloneView
Parameters
$request : ServerRequestInterface
$templatePath : string
Internal

param string $template

Return values
StandaloneView

        
On this page

Search results