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

Public Member Functions

 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 29 of file DataProviderInterface.php.

Member Function Documentation

◆ getDataToStore()