Deprecation: #95065 - Hook extTablesInclusion-PostProcessing
See forge#95065
Description
The TYPO3 hook $GLOBALS
which is executed after ext_
files are included has been marked
as deprecated.
The accompanied PHP interface for such hooks
\TYPO3\
is
marked as deprecated as well.
Impact
If a hook is registered in a TYPO3 installation, a PHP E_
error is triggered.
Affected Installations
TYPO3 installations with custom extensions using this hook.
Migration
Migrate to PSR-14 events, mainly the newly introduced \TYPO3\
and
the existing \TYPO3\
depending on the use-case.