‪TYPO3CMS  ‪main
TYPO3\CMS\Adminpanel\Modules\CacheModule Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\Modules\CacheModule:
TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule TYPO3\CMS\Adminpanel\ModuleApi\PageSettingsProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\RequestEnricherInterface TYPO3\CMS\Adminpanel\ModuleApi\ResourceProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface TYPO3\CMS\Adminpanel\ModuleApi\ConfigurableInterface TYPO3\CMS\Adminpanel\ModuleApi\SubmoduleProviderInterface

Public Member Functions

 getIconIdentifier ()
 
 getPageSettings ()
 
 getIdentifier ()
 
 getLabel ()
 
 enrich (ServerRequestInterface $request)
 
 getJavaScriptFiles ()
 
 getCssFiles ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule
 injectConfigurationService (ConfigurationService $configurationService)
 
 isEnabled ()
 
 setSubModules (array $subModules)
 
 getSubModules ()
 
 hasSubmoduleSettings ()
 
 setModuleData (ModuleDataStorageCollection $moduleData)
 

Additional Inherited Members

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

Detailed Description

Definition at line 31 of file CacheModule.php.

Member Function Documentation

◆ enrich()

TYPO3\CMS\Adminpanel\Modules\CacheModule::enrich ( ServerRequestInterface  $request)

Initialize the module - runs in the TYPO3 middleware stack at an early point may manipulate the current request

Implements TYPO3\CMS\Adminpanel\ModuleApi\RequestEnricherInterface.

Definition at line 85 of file CacheModule.php.

◆ getCssFiles()

TYPO3\CMS\Adminpanel\Modules\CacheModule::getCssFiles ( )

Returns a string array with css files that will be rendered after the module

Example: return ['EXT:adminpanel/Resources/Public/JavaScript/Modules/Edit.css'];

Implements TYPO3\CMS\Adminpanel\ModuleApi\ResourceProviderInterface.

Definition at line 105 of file CacheModule.php.

◆ getIconIdentifier()

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

Definition at line 33 of file CacheModule.php.

◆ getIdentifier()

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

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

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 74 of file CacheModule.php.

◆ getJavaScriptFiles()

TYPO3\CMS\Adminpanel\Modules\CacheModule::getJavaScriptFiles ( )

Returns a string array with javascript files that will be rendered after the module

Example: return ['EXT:adminpanel/Resources/Public/JavaScript/Modules/Edit.js'];

Implements TYPO3\CMS\Adminpanel\ModuleApi\ResourceProviderInterface.

Definition at line 95 of file CacheModule.php.

◆ getLabel()

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

◆ getPageSettings()

TYPO3\CMS\Adminpanel\Modules\CacheModule::getPageSettings ( )