![]() |
TYPO3
7.6
|
Protected Member Functions | |
getSubModuleData ($moduleName, array $subModulesInfo=array()) | |
![]() | |
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 | |
$languageService | |
$defaultViewObjectName = BackendTemplateView::class | |
![]() | |
$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) |
'About modules' script - the default start-up module. Will display the list of main- and sub-modules available to the user. Each module will be show with description and a link to the module.
Definition at line 31 of file ModulesController.php.
__construct | ( | LanguageService | $languageService = null | ) |
LanguageService | $languageService | Language Service to inject |
Definition at line 50 of file ModulesController.php.
References $GLOBALS, and ModulesController\$languageService.
|
protected |
Create array with data of all subModules of a specific main module
string | $moduleName | Name of the main module |
array | $subModulesInfo | Sub module information |
Definition at line 146 of file ModulesController.php.
References PathUtility\stripPathSitePrefix().
indexAction | ( | ) |
Show general information and the installed modules
Definition at line 74 of file ModulesController.php.
References $GLOBALS, AbstractMessage\ERROR, GeneralUtility\getUserObj(), GeneralUtility\makeInstance(), and BackendUtility\TYPO3_copyRightNotice().
|
protected |
Definition at line 45 of file ModulesController.php.
|
protected |
Definition at line 38 of file ModulesController.php.
Referenced by ModulesController\__construct().