![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
Protected Member Functions | |
convertRawModuleDataToModuleMenuObject (array $rawModuleData) | |
createMenuEntriesForTbeModulesExt () | |
getLanguageService () | |
Protected Attributes | |
$moduleMenu | |
$moduleMenuRepository | |
Class with utility functions for module menu
Definition at line 22 of file backend/Classes/Module/ModuleController.php.
__construct | ( | ) |
Constructor
Definition at line 38 of file backend/Classes/Module/ModuleController.php.
References GeneralUtility\logDeprecatedFunction(), and GeneralUtility\makeInstance().
|
protected |
Creates the module menu object structure from the raw data array
array | $rawModuleData |
Definition at line 70 of file backend/Classes/Module/ModuleController.php.
|
protected |
Creates the "third level" menu entries (submodules for the info module for example) from the TBE_MODULES_EXT array
Definition at line 127 of file backend/Classes/Module/ModuleController.php.
References $GLOBALS.
|
protected |
Return language service instance
Definition at line 154 of file backend/Classes/Module/ModuleController.php.
References $GLOBALS.
|
protected |
Definition at line 27 of file backend/Classes/Module/ModuleController.php.
|
protected |
Definition at line 32 of file backend/Classes/Module/ModuleController.php.