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
- __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
__construct()
public
__construct(FormProtectionFactory $formProtectionFactory, ConfigurationManager $configurationManager) : mixed
Parameters
- $formProtectionFactory : FormProtectionFactory
- $configurationManager : ConfigurationManager
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
ResponseInterfaceinitializeView()
Helper method to initialize a view instance.
protected
initializeView(ServerRequestInterface $request) : ViewInterface
Parameters
- $request : ServerRequestInterface