DataProviderInterface

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.

Table of Contents

Methods

getDataToStore()  : ModuleData

Methods

getDataToStore()

public getDataToStore(ServerRequestInterface $request) : ModuleData
Parameters
$request : ServerRequestInterface
Return values
ModuleData

        
On this page

Search results