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
getPageInformation()  : PageInformation
getRequest()  : ServerRequestInterface
setPageInformation()  : void

Methods

getRequest()

public getRequest() : ServerRequestInterface
Return values
ServerRequestInterface

        
On this page

Search results