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>

Methods

__construct()

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

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>

        
On this page

Search results