‪TYPO3CMS  9.5
TYPO3\CMS\Adminpanel\Middleware\SqlLogging Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\Middleware\SqlLogging:

Public Member Functions

ResponseInterface process (ServerRequestInterface $request, RequestHandlerInterface $handler)
 

Detailed Description

Enable sql logging for the admin panel

Definition at line 33 of file SqlLogging.php.

Member Function Documentation

◆ process()

ResponseInterface TYPO3\CMS\Adminpanel\Middleware\SqlLogging::process ( ServerRequestInterface  $request,
RequestHandlerInterface  $handler 
)

Enable SQL Logging as early as possible to catch all queries if the admin panel is active

Parameters
ServerRequestInterface$request
RequestHandlerInterface$handler
Returns
‪ResponseInterface

Definition at line 42 of file SqlLogging.php.

References TYPO3\CMS\Core\Database\ConnectionPool\DEFAULT_CONNECTION_NAME, TYPO3\CMS\Adminpanel\Utility\StateUtility\isActivatedForUser(), and TYPO3\CMS\Adminpanel\Utility\StateUtility\isOpen().