BeforeActionCallEvent

Read onlyYes
FinalYes

Event that is triggered before any Extbase Action is called within the ActionController or one of its subclasses.

Table of Contents

Methods

__construct()  : mixed
getActionMethodName()  : string
getControllerClassName()  : string
getPreparedArguments()  : array<string|int, mixed>
getRequest()  : ServerRequestInterface

Methods

__construct()

public __construct(string $controllerClassName, string $actionMethodName, array<string|int, mixed> $preparedArguments, ServerRequestInterface $request) : mixed
Parameters
$controllerClassName : string
$actionMethodName : string
$preparedArguments : array<string|int, mixed>
$request : ServerRequestInterface

getActionMethodName()

public getActionMethodName() : string
Return values
string

getControllerClassName()

public getControllerClassName() : string
Return values
string

getPreparedArguments()

public getPreparedArguments() : array<string|int, mixed>
Return values
array<string|int, mixed>

getRequest()

public getRequest() : ServerRequestInterface
Return values
ServerRequestInterface

        
On this page

Search results