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

Public Member Functions

 getIdentifier ()
 
 getLabel ()
 
 getDataToStore (ServerRequestInterface $request)
 
 getContent (ModuleData $data)
 

Protected Member Functions

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

Detailed Description

Admin Panel Query Information module for showing SQL Queries

Definition at line 34 of file QueryInformation.php.

Member Function Documentation

◆ getContent()

TYPO3\CMS\Adminpanel\Modules\Debug\QueryInformation::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 78 of file QueryInformation.php.

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

◆ getDataToStore()

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

◆ getIdentifier()

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

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

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 40 of file QueryInformation.php.

◆ getLabel()

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

◆ groupQueries()

TYPO3\CMS\Adminpanel\Modules\Debug\QueryInformation::groupQueries ( array  $queries)
protected