LoginController extends AbstractController
Login controller
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
ResponseInterfaceshowLoginAction()
Render login view
public
showLoginAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface
Return values
ResponseInterfaceinitializeStandaloneView()
Helper method to initialize a standalone view instance.
protected
initializeStandaloneView(ServerRequestInterface $request, string $templatePath) : StandaloneView
Parameters
- $request : ServerRequestInterface
- $templatePath : string
param string $template