‪TYPO3CMS  ‪main
TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface:
TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\SubModuleFixture TYPO3\CMS\Adminpanel\Modules\Debug\Events TYPO3\CMS\Adminpanel\Modules\Debug\Log TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle TYPO3\CMS\Adminpanel\Modules\Debug\QueryInformation TYPO3\CMS\Adminpanel\Modules\Info\GeneralInformation TYPO3\CMS\Adminpanel\Modules\Info\PhpInformation TYPO3\CMS\Adminpanel\Modules\Info\RequestInformation TYPO3\CMS\Adminpanel\Modules\Info\UserIntInformation TYPO3\CMS\Adminpanel\Modules\TsDebug\TypoScriptWaterfall

Public Member Functions

 getContent (ModuleData $data)
 

Detailed Description

Adminpanel interface to denote that a module has content to be rendered

In general there are two main types of admin panel modules: those providing settings influencing page rendering (for example the preview module provides settings for displaying hidden pages or records) and those rendering information regarding the current request (for example the log module).

Modules implementing this interface denote that they render module content.

Definition at line 29 of file ContentProviderInterface.php.

Member Function Documentation

◆ getContent()

TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface::getContent ( ModuleData  $data)