‪TYPO3CMS  9.5
TYPO3\CMS\Adminpanel\Modules\DebugModule Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\Modules\DebugModule:
TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule TYPO3\CMS\Adminpanel\ModuleApi\ShortInfoProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface TYPO3\CMS\Adminpanel\ModuleApi\ConfigurableInterface TYPO3\CMS\Adminpanel\ModuleApi\SubmoduleProviderInterface

Public Member Functions

 getIdentifier ()
 
 getIconIdentifier ()
 
 getLabel ()
 
 getShortInfo ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule
 __construct ()
 
bool isEnabled ()
 
 setSubModules (array $subModules)
 
 getSubModules ()
 
 hasSubmoduleSettings ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule
BackendUserAuthentication FrontendBackendUserAuthentication getBackendUser ()
 
LanguageService getLanguageService ()
 
bool isEnabledViaTsConfig ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule
ModuleInterface[] $subModules = array( )
 
array $mainConfiguration
 
ConfigurationService $configurationService
 

Detailed Description

Debug Module of the AdminPanel

Definition at line 27 of file DebugModule.php.

Member Function Documentation

◆ getIconIdentifier()

TYPO3\CMS\Adminpanel\Modules\DebugModule::getIconIdentifier ( )

‪Icon identifier - needs to be registered in iconRegistry

Returns
‪string

Implements TYPO3\CMS\Adminpanel\ModuleApi\ShortInfoProviderInterface.

Definition at line 41 of file DebugModule.php.

◆ getIdentifier()

TYPO3\CMS\Adminpanel\Modules\DebugModule::getIdentifier ( )

‪Identifier for this module, for example "preview" or "cache"

Returns
‪string

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 33 of file DebugModule.php.

◆ getLabel()

TYPO3\CMS\Adminpanel\Modules\DebugModule::getLabel ( )

◆ getShortInfo()

TYPO3\CMS\Adminpanel\Modules\DebugModule::getShortInfo ( )