‪TYPO3CMS  ‪main
Modules.php File Reference

Go to the source code of this file.

Variables

 return ['web'=>['labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_web.xlf', 'iconIdentifier'=> 'modulegroup-web', 'navigationComponent'=> ' @typo3/backend/tree/page-tree-element',], 'file'=>['labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf', 'iconIdentifier'=> 'modulegroup-file', 'navigationComponent'=> ' @typo3/backend/tree/file-storage-tree-container',], 'site'=>['labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_site.xlf', 'workspaces'=> 'live', 'iconIdentifier'=> 'modulegroup-site',], 'user'=>['labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_usertools.xlf', 'iconIdentifier'=> 'modulegroup-user', 'appearance'=>['renderInModuleMenu'=> false,],], 'tools'=>['labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_admintools.xlf', 'iconIdentifier'=> 'modulegroup-tools',], 'system'=>['labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_system.xlf', 'iconIdentifier'=> 'modulegroup-system',], 'help'=>['labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_help.xlf', 'iconIdentifier'=> 'modulegroup-help', 'appearance'=>['renderInModuleMenu'=> false,],],]
 

Variable Documentation

◆ return

return[ 'web'=>[ 'labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_web.xlf', 'iconIdentifier'=> 'modulegroup-web', 'navigationComponent'=> ' @typo3/backend/tree/page-tree-element',], 'file'=>[ 'labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_file.xlf', 'iconIdentifier'=> 'modulegroup-file', 'navigationComponent'=> ' @typo3/backend/tree/file-storage-tree-container',], 'site'=>[ 'labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_site.xlf', 'workspaces'=> 'live', 'iconIdentifier'=> 'modulegroup-site',], 'user'=>[ 'labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_usertools.xlf', 'iconIdentifier'=> 'modulegroup-user', 'appearance'=>[ 'renderInModuleMenu'=> false,],], 'tools'=>[ 'labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_admintools.xlf', 'iconIdentifier'=> 'modulegroup-tools',], 'system'=>[ 'labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_system.xlf', 'iconIdentifier'=> 'modulegroup-system',], 'help'=>[ 'labels'=> 'LLL:EXT:core/Resources/Private/Language/locallang_mod_help.xlf', 'iconIdentifier'=> 'modulegroup-help', 'appearance'=>[ 'renderInModuleMenu'=> false,],],]

Configuration of the main modules (having no parent and no path)

Definition at line 6 of file Modules.php.