Deprecation: #102337 - Deprecate hooks for record download
See forge#102337
Description
The previously used hooks
$GLOBALS
and
$GLOBALS
,
used to manipulate the download / export configuration of records, triggered
in the Web > List backend module, have been deprecated in favor of a
new PSR-14 event
\TYPO3\
.
Details for migration and functionality can be found in Feature: #102337 - PSR-14 event for modifying record list export data
Impact
When the hook
$GLOBALS
or
$GLOBALS
is executed, this will trigger a PHP deprecation warning.
The extension scanner will find possible usages with a weak match.
Affected installations
All installations using
$GLOBALS
or
$GLOBALS
are affected.
Migration
The new PSR-14 event
\TYPO3\
can be used as a near drop-in replacement.