TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ModulesController Class Reference
Inheritance diagram for ModulesController:
ActionController AbstractController ControllerInterface

Public Member Functions

 __construct (LanguageService $languageService=null)
 
 indexAction ()
 
- Public Member Functions inherited from ActionController
 injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService)
 
 injectCacheService (\TYPO3\CMS\Extbase\Service\CacheService $cacheService)
 
 injectMvcPropertyMappingConfigurationService (\TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request,\TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
- Public Member Functions inherited from AbstractController
 injectSignalSlotDispatcher (\TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher)
 
 injectValidatorResolver (\TYPO3\CMS\Extbase\Validation\ValidatorResolver $validatorResolver)
 
 getControllerContext ()
 
 __construct ()
 
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 addFlashMessage ($messageBody, $messageTitle= '', $severity=\TYPO3\CMS\Core\Messaging\AbstractMessage::OK, $storeInSession=true)
 
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request,\TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 
 forward ($actionName, $controllerName=null, $extensionName=null, array $arguments=null)
 
 throwStatus ($statusCode, $statusMessage=null, $content=null)
 

Protected Member Functions

 getSubModuleData ($moduleName, array $subModulesInfo=array())
 
- Protected Member Functions inherited from ActionController
 initializeActionMethodArguments ()
 
 resolveActionMethodName ()
 
 emitBeforeCallActionMethodSignal (array $preparedArguments)
 
 setViewConfiguration (ViewInterface $view)
 
 getViewProperty ($extbaseFrameworkConfiguration, $setting)
 
 resolveViewObjectName ()
 
 initializeView (ViewInterface $view)
 
 initializeAction ()
 
 errorAction ()
 
 clearCacheOnError ()
 
 addErrorFlashMessage ()
 
 getErrorFlashMessage ()
 
 forwardToReferringRequest ()
 
 getFlattenedValidationErrorMessage ()
 
- Protected Member Functions inherited from AbstractController
 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
 
- Protected Attributes inherited from ActionController
 $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
 
- Protected Attributes inherited from AbstractController
 $signalSlotDispatcher
 
 $objectManager
 
 $uriBuilder
 
 $extensionName
 
 $settings
 
 $request
 
 $response
 
 $validatorResolver
 
 $arguments
 
 $supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class)
 
 $controllerContext
 
 $configurationManager
 

Additional Inherited Members

- Static Public Member Functions inherited from ActionController
static getActionMethodParameters ($objectManager)
 

Detailed Description

'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.

Constructor & Destructor Documentation

__construct ( LanguageService  $languageService = null)
Parameters
LanguageService$languageServiceLanguage Service to inject

Definition at line 50 of file ModulesController.php.

References $GLOBALS, and ModulesController\$languageService.

Member Function Documentation

getSubModuleData (   $moduleName,
array  $subModulesInfo = array() 
)
protected

Create array with data of all subModules of a specific main module

Parameters
string$moduleNameName of the main module
array$subModulesInfoSub module information
Returns
array

Definition at line 146 of file ModulesController.php.

References PathUtility\stripPathSitePrefix().

indexAction ( )

Show general information and the installed modules

Returns
void

Definition at line 74 of file ModulesController.php.

References $GLOBALS, AbstractMessage\ERROR, GeneralUtility\getUserObj(), GeneralUtility\makeInstance(), and BackendUtility\TYPO3_copyRightNotice().

Member Data Documentation

$defaultViewObjectName = BackendTemplateView::class
protected

Definition at line 45 of file ModulesController.php.

$languageService
protected

Definition at line 38 of file ModulesController.php.

Referenced by ModulesController\__construct().