TypoScriptFrontendInitialization implements MiddlewareInterface

Read onlyYes
FinalYes

Create and fill PageInformation object and attach as 'frontend.page.information' Request attribute.

This middleware does all main access checks to the target page, resolves shortcut pages and languages and workspace overlays. When all goes well, it dispatches to other middleware below. In case of failed access checks or other errors, it returns an early response before dispatching to main page rendering below.

Internal

Table of Contents

Interfaces

MiddlewareInterface

Methods

__construct()  : mixed
process()  : ResponseInterface

Methods

process()

public process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
$request : ServerRequestInterface
$handler : RequestHandlerInterface
Return values
ResponseInterface

        
On this page

Search results