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

Public Member Functions

 __construct (private readonly FormProtectionFactory $formProtectionFactory, private readonly ConfigurationManager $configurationManager,)
 
 showEnableInstallToolFileAction (ServerRequestInterface $request)
 
 showLoginAction (ServerRequestInterface $request)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Install\Controller\AbstractController
 initializeView (ServerRequestInterface $request)
 

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.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Controller\LoginController::__construct ( private readonly FormProtectionFactory  $formProtectionFactory,
private readonly ConfigurationManager  $configurationManager 
)

Definition at line 33 of file LoginController.php.

Member Function Documentation

◆ showEnableInstallToolFileAction()

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

◆ showLoginAction()

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