‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Event\Mvc\BeforeActionCallEvent Class Reference

Public Member Functions

 __construct (private string $controllerClassName, private string $actionMethodName, private array $preparedArguments)
 
 getControllerClassName ()
 
 getActionMethodName ()
 
 getPreparedArguments ()
 

Detailed Description

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

Definition at line 24 of file BeforeActionCallEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Event\Mvc\BeforeActionCallEvent::__construct ( private string  $controllerClassName,
private string  $actionMethodName,
private array  $preparedArguments 
)

Definition at line 26 of file BeforeActionCallEvent.php.

Member Function Documentation

◆ getActionMethodName()

TYPO3\CMS\Extbase\Event\Mvc\BeforeActionCallEvent::getActionMethodName ( )

Definition at line 37 of file BeforeActionCallEvent.php.

◆ getControllerClassName()

TYPO3\CMS\Extbase\Event\Mvc\BeforeActionCallEvent::getControllerClassName ( )

Definition at line 32 of file BeforeActionCallEvent.php.

◆ getPreparedArguments()

TYPO3\CMS\Extbase\Event\Mvc\BeforeActionCallEvent::getPreparedArguments ( )

Definition at line 42 of file BeforeActionCallEvent.php.