‪TYPO3CMS  10.4
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

string getIdentifier ()
 
string getLabel ()
 
TYPO3 CMS Adminpanel ModuleApi ModuleData getDataToStore (ServerRequestInterface $request)
 
string getContent (ModuleData $data)
 

Protected Member Functions

array groupQueries (array $queries)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule
LanguageService 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()

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

◆ getDataToStore()

TYPO3 CMS Adminpanel ModuleApi ModuleData TYPO3\CMS\Adminpanel\Modules\Debug\QueryInformation::getDataToStore ( ServerRequestInterface  $request)
Parameters
ServerRequestInterface$request
Returns
‪\TYPO3\CMS\Adminpanel\ModuleApi\ModuleData
Exceptions

Implements TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface.

Definition at line 64 of file QueryInformation.php.

References TYPO3\CMS\Core\Database\ConnectionPool\DEFAULT_CONNECTION_NAME, and TYPO3\CMS\Adminpanel\Modules\Debug\QueryInformation\groupQueries().

◆ getIdentifier()

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

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

Returns
‪string

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 42 of file QueryInformation.php.

◆ getLabel()

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

◆ groupQueries()

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

Definition at line 98 of file QueryInformation.php.

Referenced by TYPO3\CMS\Adminpanel\Modules\Debug\QueryInformation\getDataToStore().