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

Public Member Functions

ResponseInterface process (ServerRequestInterface $request, RequestHandlerInterface $handler)
 

Detailed Description

Store request data of current request in cache for rendering in admin panel

Definition at line 34 of file AdminPanelDataPersister.php.

Member Function Documentation

◆ process()

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

Render the admin panel if activated

Parameters
ServerRequestInterface$request
RequestHandlerInterface$handler
Returns
‪ResponseInterface

Definition at line 42 of file AdminPanelDataPersister.php.

References $GLOBALS, TYPO3\CMS\Adminpanel\Utility\StateUtility\isActivatedForUser(), TYPO3\CMS\Adminpanel\Utility\StateUtility\isActivatedInTypoScript(), and TYPO3\CMS\Adminpanel\Utility\StateUtility\isHiddenForUser().