‪TYPO3CMS  9.5
TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule:
TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface TYPO3\CMS\Adminpanel\Modules\Debug\Log TYPO3\CMS\Adminpanel\Modules\Debug\QueryInformation TYPO3\CMS\Adminpanel\Modules\Info\GeneralInformation TYPO3\CMS\Adminpanel\Modules\Info\PhpInformation TYPO3\CMS\Adminpanel\Modules\Info\RequestInformation TYPO3\CMS\Adminpanel\Modules\TsDebug\TypoScriptWaterfall

Protected Member Functions

LanguageService getLanguageService ()
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface
string getIdentifier ()
 
string getLabel ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface
string getContent (ModuleData $data)
 

Detailed Description

Abstract SubModule - Base class for sub modules in the admin panel

Extend this class when writing own sub modules

Definition at line 26 of file AbstractSubModule.php.

Member Function Documentation

◆ getLanguageService()