Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v11 here: TYPO3 ELTS.
ProcessFileListActionsEvent
New in version 11.4
The PSR-14 event \TYPO3\
is fired after generating the actions for the files and folders listing in the
File > Filelist module.
This event can be used to manipulate the icons/actions, used for the edit control section in the files and folders listing within the File > Filelist module.
Example
Registration of the event in the extension's Services.
:
MyVendor\MyExtension\FileList\MyEventListener:
tags:
- name: event.listener
identifier: 'my-extension/filelist/my-event-listener'
The corresponding event listener class: