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

__construct()  : mixed
showEnableInstallToolFileAction()  : ResponseInterface
Render the "Create an "enable install tool file" action
showLoginAction()  : ResponseInterface
Render login view
initializeView()  : ViewInterface
Helper method to initialize a 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

initializeView()

Helper method to initialize a view instance.

protected initializeView(ServerRequestInterface $request) : ViewInterface
Parameters
$request : ServerRequestInterface
Return values
ViewInterface

        
On this page

Search results