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
stringgetControllerClassName()
    public
                    getControllerClassName() : string
    Return values
stringgetPreparedArguments()
    public
                    getPreparedArguments() : array<string|int, mixed>