‪TYPO3CMS  9.5
TYPO3\CMS\Adminpanel\Modules\InfoModule Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\Modules\InfoModule:
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

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

Protected Member Functions

TimeTracker getTimeTracker ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule
BackendUserAuthentication FrontendBackendUserAuthentication getBackendUser ()
 
LanguageService getLanguageService ()
 
bool isEnabledViaTsConfig ()
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule
ModuleInterface[] $subModules = array( )
 
array $mainConfiguration
 
ConfigurationService $configurationService
 

Detailed Description

Admin Panel Info Module

Definition at line 27 of file InfoModule.php.

Member Function Documentation

◆ getIconIdentifier()

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

‪Icon identifier - needs to be registered in iconRegistry

Returns
‪string

Implements TYPO3\CMS\Adminpanel\ModuleApi\ShortInfoProviderInterface.

Definition at line 32 of file InfoModule.php.

◆ getIdentifier()

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

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

Returns
‪string

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 40 of file InfoModule.php.

◆ getLabel()

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

◆ getShortInfo()

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

◆ getTimeTracker()

TimeTracker TYPO3\CMS\Adminpanel\Modules\InfoModule::getTimeTracker ( )
protected
Returns
‪TimeTracker

Definition at line 69 of file InfoModule.php.

Referenced by TYPO3\CMS\Adminpanel\Modules\InfoModule\getShortInfo().