![]() |
TYPO3
7.6
|
Protected Member Functions | |
redirect ($uri) | |
![]() | |
initializeActionMethodArguments () | |
resolveActionMethodName () | |
emitBeforeCallActionMethodSignal (array $preparedArguments) | |
setViewConfiguration (ViewInterface $view) | |
getViewProperty ($extbaseFrameworkConfiguration, $setting) | |
resolveViewObjectName () | |
initializeView (ViewInterface $view) | |
initializeAction () | |
errorAction () | |
clearCacheOnError () | |
addErrorFlashMessage () | |
getErrorFlashMessage () | |
forwardToReferringRequest () | |
getFlattenedValidationErrorMessage () | |
![]() | |
redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $delay=0, $statusCode=303) | |
redirectToUri ($uri, $delay=0, $statusCode=303) | |
addBaseUriIfNecessary ($uri) | |
Protected Attributes | |
$enableFileService | |
$formProtection | |
![]() | |
$reflectionService | |
$cacheService | |
$view = null | |
$namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format' | |
$viewFormatToObjectNameMap = array() | |
$defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class | |
$actionMethodName = 'indexAction' | |
$errorMethodName = 'errorAction' | |
$mvcPropertyMappingConfigurationService | |
$request | |
$response | |
![]() | |
$signalSlotDispatcher | |
$objectManager | |
$uriBuilder | |
$extensionName | |
$settings | |
$request | |
$response | |
$validatorResolver | |
$arguments | |
$supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class) | |
$controllerContext | |
$configurationManager | |
Additional Inherited Members | |
![]() | |
static | getActionMethodParameters ($objectManager) |
Backend module controller
Embeds in backend an only shows the 'enable install tool button' or redirects to step installer if install tool is enabled.
This is a classic extbase module that does not interfere with the other code within the install tool.
Definition at line 26 of file BackendModuleController.php.
enableInstallToolAction | ( | $installToolEnableToken | ) |
Enable the install tool
string | $installToolEnableToken |
\RuntimeException |
Definition at line 85 of file BackendModuleController.php.
References AbstractController\forward().
indexAction | ( | ) |
Index action shows install tool / step installer or redirect to action to enable install tool
Definition at line 59 of file BackendModuleController.php.
References AbstractController\forward(), and BackendModuleController\redirect().
initializeAction | ( | ) |
Set formprotection property
Definition at line 49 of file BackendModuleController.php.
injectEnableFileService | ( | \TYPO3\CMS\Install\Service\EnableFileService | $enableFileService | ) |
\TYPO3\CMS\Install\Service\EnableFileService | $enableFileService |
Definition at line 41 of file BackendModuleController.php.
References BackendModuleController\$enableFileService.
|
protected |
Redirect to specified URI
string | $uri |
Definition at line 99 of file BackendModuleController.php.
Referenced by BackendModuleController\indexAction().
showEnableInstallToolButtonAction | ( | ) |
|
protected |
Definition at line 31 of file BackendModuleController.php.
Referenced by BackendModuleController\injectEnableFileService().
|
protected |
Definition at line 36 of file BackendModuleController.php.