‪TYPO3CMS  ‪main
TYPO3\CMS\Adminpanel\ModuleApi\ModuleSettingsProviderInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\ModuleApi\ModuleSettingsProviderInterface:
TYPO3\CMS\Adminpanel\Modules\Debug\Log TYPO3\CMS\Adminpanel\Modules\TsDebug\TypoScriptWaterfall TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\SubModuleFixture

Public Member Functions

 getSettings ()
 

Detailed Description

Adminpanel module settings interface denotes that a module has own settings.

The adminpanel knows two types of settings:

  • ‪ModuleSettings are relevant for the module itself and its representation (for example the log module provides settings where displayed log level and grouping of the module can be configured)
  • ‪PageSettings are relevant for rendering the page (for example the preview module provides settings showing or hiding hidden content elements or simulating a specific rendering time)

If a module provides settings relevant to its own content, use this interface.

See also
‪\TYPO3\CMS\Adminpanel\ModuleApi\PageSettingsProviderInterface

Definition at line 33 of file ModuleSettingsProviderInterface.php.

Member Function Documentation

◆ getSettings()

TYPO3\CMS\Adminpanel\ModuleApi\ModuleSettingsProviderInterface::getSettings ( )