[FEATURE] Introduce Event for processing actions in File List
A new PSR-14 based event "ProcessFileListActionsEvent" is introduced in favor of the existing $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['fileList']['editIconsHook'] hook, which is now marked as deprecated, along with its interface "FileListEditIconHookInterface" Resolves: #95077 Releases: master Change-Id: I24ea2a5871530c0e6a7b2316d3b574508e3e1687 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70835 Tested-by:Oliver Bartsch <bo@cedev.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-95077-FilelistEditIconsHook.rst 40 additions, 0 deletions...ngelog/master/Deprecation-95077-FilelistEditIconsHook.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-95077-NewPSR-14ProcessFileListActionsEvent.rst 47 additions, 0 deletions...er/Feature-95077-NewPSR-14ProcessFileListActionsEvent.rst
- typo3/sysext/filelist/Classes/Event/ProcessFileListActionsEvent.php 56 additions, 0 deletions...xt/filelist/Classes/Event/ProcessFileListActionsEvent.php
- typo3/sysext/filelist/Classes/FileList.php 15 additions, 1 deletiontypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/filelist/Classes/FileListEditIconHookInterface.php 1 addition, 0 deletions...sysext/filelist/Classes/FileListEditIconHookInterface.php
- typo3/sysext/form/Classes/EventListener/ProcessFileListActionsEventListener.php 49 additions, 0 deletions...ses/EventListener/ProcessFileListActionsEventListener.php
- typo3/sysext/form/Configuration/Services.yaml 5 additions, 0 deletionstypo3/sysext/form/Configuration/Services.yaml
- typo3/sysext/form/ext_localconf.php 0 additions, 4 deletionstypo3/sysext/form/ext_localconf.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayDimensionMatcher.php 5 additions, 0 deletions...figuration/ExtensionScanner/Php/ArrayDimensionMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassNameMatcher.php 5 additions, 0 deletions...l/Configuration/ExtensionScanner/Php/ClassNameMatcher.php
Please register or sign in to comment