![]() |
TYPO3
7.6
|
Public Member Functions | |
execute () | |
Protected Member Functions | |
registerExtensionConfigurationErrorHandler () | |
getLastError () | |
![]() | |
checkSessionLifetime () | |
outputLoginFormIfNotAuthorized () | |
addSessionMessages (array $messages) | |
isDbalEnabled () | |
validateAuthenticationAction ($action) | |
getAction () | |
getPostValues () | |
redirect ($controller= '', $action= '') | |
output ($content= '') | |
getSenderEmailAddress () | |
getSenderEmailName () | |
Protected Attributes | |
$authenticationActions | |
![]() | |
$objectManager = null | |
$session = null | |
$authenticationActions = array() | |
Install tool controller, dispatcher class of the install tool.
Handles install tool session, login and login form rendering, calls actions that need authentication and handles form tokens.
Definition at line 25 of file ToolController.php.
execute | ( | ) |
Main dispatch method
Definition at line 48 of file ToolController.php.
References AbstractController\checkSessionLifetime(), AbstractController\outputLoginFormIfNotAuthorized(), and ToolController\registerExtensionConfigurationErrorHandler().
|
protected |
Get last error values of install tool.
Definition at line 152 of file ToolController.php.
References $GLOBALS.
|
protected |
This function registers a shutdown function, which is called even if a fatal error occurs. The request either gets redirected to an action where all extension configurations are checked for compatibility or an information with a link to that action.
Definition at line 97 of file ToolController.php.
References $GLOBALS.
Referenced by ToolController\execute().
|
protected |
Definition at line 30 of file ToolController.php.