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

Public Member Functions

ResponseInterface process (ServerRequestInterface $request, RequestHandlerInterface $handler)
 

Detailed Description

Render the admin panel via PSR-15 middleware

Definition at line 35 of file AdminPanelRenderer.php.

Member Function Documentation

◆ process()

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

Render the admin panel if activated

Parameters
ServerRequestInterface$request
RequestHandlerInterface$handler
Returns
‪ResponseInterface

Definition at line 44 of file AdminPanelRenderer.php.

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