‪TYPO3CMS  ‪main
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
 injectConfigurationService (ConfigurationService $configurationService)
 
 isEnabled ()
 
 setSubModules (array $subModules)
 
 getSubModules ()
 
 hasSubmoduleSettings ()
 
 setModuleData (ModuleDataStorageCollection $moduleData)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\ShortInfoProviderInterface
 setModuleData (ModuleDataStorageCollection $moduleData)
 

Protected Member Functions

 getTimeTracker ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule
 getBackendUser ()
 
 getLanguageService ()
 
 isEnabledViaTsConfig ()
 

Additional Inherited Members

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

Detailed Description

Admin Panel Info Module

Definition at line 28 of file InfoModule.php.

Member Function Documentation

◆ getIconIdentifier()

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

Icon identifier - needs to be registered in iconRegistry

Implements TYPO3\CMS\Adminpanel\ModuleApi\ShortInfoProviderInterface.

Definition at line 30 of file InfoModule.php.

◆ getIdentifier()

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

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

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 35 of file InfoModule.php.

◆ getLabel()

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

◆ getShortInfo()

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

◆ getTimeTracker()

TYPO3\CMS\Adminpanel\Modules\InfoModule::getTimeTracker ( )
protected

Definition at line 60 of file InfoModule.php.

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