‪TYPO3CMS  ‪main
TYPO3\CMS\Adminpanel\Modules\Debug\Events Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\Modules\Debug\Events:
TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface

Public Member Functions

 __construct (private readonly RequestId $requestId)
 
 getIdentifier ()
 
 getLabel ()
 
 getDataToStore (ServerRequestInterface $request)
 
 getContent (ModuleData $data)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule
 getLanguageService ()
 
 getBackendUser ()
 

Detailed Description

Shows all dispatched Events of the current request

Definition at line 36 of file Events.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Adminpanel\Modules\Debug\Events::__construct ( private readonly RequestId  $requestId)

Definition at line 38 of file Events.php.

Member Function Documentation

◆ getContent()

TYPO3\CMS\Adminpanel\Modules\Debug\Events::getContent ( ModuleData  $data)

Main method for content generation of an admin panel module. Return content as HTML. For modules implementing the DataProviderInterface the "ModuleData" object is automatically filled with the stored data - if no data is given a "fresh" ModuleData object is injected.

Implements TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface.

Definition at line 66 of file Events.php.

References TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule\getBackendUser().

◆ getDataToStore()

TYPO3\CMS\Adminpanel\Modules\Debug\Events::getDataToStore ( ServerRequestInterface  $request)

Implements TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface.

Definition at line 52 of file Events.php.

◆ getIdentifier()

TYPO3\CMS\Adminpanel\Modules\Debug\Events::getIdentifier ( )

Identifier for this module, for example "preview" or "cache"

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 40 of file Events.php.

◆ getLabel()

TYPO3\CMS\Adminpanel\Modules\Debug\Events::getLabel ( )