BeforeActionCallEvent
The PSR-14 event \TYPO3\CMS\Extbase\Event\Mvc\BeforeActionCallEvent
is
triggered before any Extbase action is called within the ActionController
or one of its subclasses.
API
-
class TYPO3\CMS\Extbase\Event\Mvc\BeforeActionCallEvent
Event that is triggered before any Extbase Action is called within the ActionController or one
of its subclasses.
-
getControllerClassName()
- Return type
string
-
getActionMethodName()
- Return type
string
-
getPreparedArguments()
- Return type
array