BeforePageIsResolvedEvent
FinalYes
A PSR-14 event fired before the frontend process is trying to fully resolve a given page by its page ID and the request.
Event Listeners can modify incoming parameters (such as $controller->id) or modify the context for resolving a page.
Table of Contents
Methods
- __construct() : mixed
- getController() : TypoScriptFrontendController
- getRequest() : ServerRequestInterface
Methods
__construct()
public
__construct(TypoScriptFrontendController $controller, ServerRequestInterface $request) : mixed
Parameters
- $controller : TypoScriptFrontendController
- $request : ServerRequestInterface
getController()
public
getController() : TypoScriptFrontendController
Return values
TypoScriptFrontendControllergetRequest()
public
getRequest() : ServerRequestInterface