.. include:: /Includes.rst.txt .. index:: Events; BeforeActionCallEvent .. _BeforeActionCallEvent: ===================== BeforeActionCallEvent ===================== The PSR-14 event :php:`\TYPO3\CMS\Extbase\Event\Mvc\BeforeActionCallEvent` is triggered before any Extbase action is called within the :php:`ActionController` or one of its subclasses. Example ======= .. include:: /_includes/EventsContributeNote.rst.txt API === .. include:: /CodeSnippets/Events/Extbase/BeforeActionCallEvent.rst.txt