PrepareTypoScriptFrontendRendering implements MiddlewareInterface
FinalYes
Initialization of TypoScriptFrontendController
Do all necessary preparation steps for rendering
this middleware might get removed later.
Table of Contents
Interfaces
- MiddlewareInterface
Methods
- __construct() : mixed
- process() : ResponseInterface
- Initialize TypoScriptFrontendController to the point right before rendering of the page is triggered
Methods
__construct()
public
__construct(TimeTracker $timeTracker) : mixed
Parameters
- $timeTracker : TimeTracker
process()
Initialize TypoScriptFrontendController to the point right before rendering of the page is triggered
public
process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $handler : RequestHandlerInterface