‪TYPO3CMS  9.5
TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface:
TYPO3\CMS\Adminpanel\Modules\Debug\Log 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\Tests\Unit\Fixtures\SubModuleFixture

Public Member Functions

TYPO3 CMS Adminpanel ModuleApi ModuleData getDataToStore (ServerRequestInterface $request)
 

Detailed Description

Adminpanel interface to denote that a module provides data to be stored for the current request

Adminpanel modules can save data to the adminpanel request cache and access this data in the rendering process. Data necessary for rendering the module content has to be returned via this interface implementation, as this allows for separate data collection and rendering and is a pre-requisite for a standalone debug tool.

Definition at line 28 of file DataProviderInterface.php.

Member Function Documentation

◆ getDataToStore()

TYPO3 CMS Adminpanel ModuleApi ModuleData TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface::getDataToStore ( ServerRequestInterface  $request)