‪TYPO3CMS  10.4
TYPO3\CMS\Install\Controller\LoginController Class Reference
Inheritance diagram for TYPO3\CMS\Install\Controller\LoginController:
TYPO3\CMS\Install\Controller\AbstractController

Public Member Functions

ResponseInterface showEnableInstallToolFileAction (ServerRequestInterface $request)
 
ResponseInterface showLoginAction (ServerRequestInterface $request)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Install\Controller\AbstractController
StandaloneView initializeStandaloneView (ServerRequestInterface $request, string $templatePath)
 

Detailed Description

Login controller

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

Definition at line 31 of file LoginController.php.

Member Function Documentation

◆ showEnableInstallToolFileAction()

ResponseInterface TYPO3\CMS\Install\Controller\LoginController::showEnableInstallToolFileAction ( ServerRequestInterface  $request)

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

Parameters
ServerRequestInterface$request
Returns
‪ResponseInterface

Definition at line 39 of file LoginController.php.

References TYPO3\CMS\Install\Controller\AbstractController\initializeStandaloneView().

◆ showLoginAction()

ResponseInterface TYPO3\CMS\Install\Controller\LoginController::showLoginAction ( ServerRequestInterface  $request)