‪TYPO3CMS  ‪main
TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface:
TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\MainModuleFixture TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\SubModuleFixture TYPO3\CMS\Adminpanel\Modules\CacheModule TYPO3\CMS\Adminpanel\Modules\DebugModule TYPO3\CMS\Adminpanel\Modules\InfoModule TYPO3\CMS\Adminpanel\Modules\PreviewModule TYPO3\CMS\Adminpanel\Modules\TsDebugModule TYPO3\CMS\Adminpanel\Modules\Debug\Events TYPO3\CMS\Adminpanel\Modules\Debug\Log TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle 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\Info\UserIntInformation TYPO3\CMS\Adminpanel\Modules\TsDebug\TypoScriptWaterfall TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\DisabledMainModuleFixture

Public Member Functions

 getIdentifier ()
 
 getLabel ()
 

Detailed Description

Adminpanel interface for all modules

Every adminpanel module needs to implement this interface as a bare minimum.

Definition at line 25 of file ModuleInterface.php.

Member Function Documentation

◆ getIdentifier()

◆ getLabel()