2 declare(strict_types = 1);
19 use Psr\Http\Message\ServerRequestInterface;
38 return 'info-request';
47 'LLL:EXT:adminpanel/Resources/Private/Language/locallang_info.xlf:sub.request.label'
61 'session' => $_SESSION,
72 $view = GeneralUtility::makeInstance(StandaloneView::class);
73 $templateNameAndPath =
'EXT:adminpanel/Resources/Private/Templates/Modules/Info/RequestInformation.html';
74 $view->setTemplatePathAndFilename(GeneralUtility::getFileAbsFileName($templateNameAndPath));
75 $view->setPartialRootPaths([
'EXT:adminpanel/Resources/Private/Partials']);
77 $view->assignMultiple($data->getArrayCopy());
79 return $view->render();