ControllerContext

The controller context contains information from the controller

Deprecated

since v11, will be removed with v12

Table of Contents

Properties

$arguments  : Arguments
$extensionService  : ExtensionService
$flashMessageQueueDefaultIdentifier  : string
$flashMessageService  : FlashMessageService
$request  : Request
$uriBuilder  : UriBuilder

Methods

getArguments()  : Arguments
Get the arguments of the controller
getFlashMessageQueue()  : FlashMessageQueue
getRequest()  : Request
Get the request of the controller
getUriBuilder()  : UriBuilder
injectExtensionService()  : mixed
injectFlashMessageService()  : mixed
setArguments()  : mixed
Set the arguments of the controller
setRequest()  : mixed
Set the request of the controller
setUriBuilder()  : mixed

Properties

$flashMessageQueueDefaultIdentifier

protected string $flashMessageQueueDefaultIdentifier

Methods

getFlashMessageQueue()

public getFlashMessageQueue([string $identifier = null ]) : FlashMessageQueue
Deprecated

since v11, will be removed in v12

Parameters
$identifier : string = null

Queue-identifier

Return values
FlashMessageQueue

setArguments()

Set the arguments of the controller

public setArguments(Arguments $arguments) : mixed
Parameters
$arguments : Arguments

setRequest()

Set the request of the controller

public setRequest(Request $request) : mixed
Parameters
$request : Request

        
On this page

Search results