‪TYPO3CMS  9.5
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 ()
 

Detailed Description

Admin Panel Query Information module for showing SQL Queries

Definition at line 33 of file QueryInformation.php.

Member Function Documentation

◆ getContent()

string TYPO3\CMS\Adminpanel\Modules\Debug\QueryInformation::getContent ( ModuleData  $data)
Parameters
\TYPO3\CMS\Adminpanel\ModuleApi\ModuleData$data
Returns
‪string Returns content of admin panel

Implements TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface.

Definition at line 81 of file QueryInformation.php.

References TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule\getLanguageService(), and TYPO3\CMS\Core\Localization\LanguageService\includeLLFile().

◆ 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 63 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 41 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 96 of file QueryInformation.php.

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