Breaking: #97231 - Removed hook for manipulating inline element controls
See forge#97231
Description
The hook $GLOBALS
has been removed in favor of the new PSR-14 events \TYPO3\
and \TYPO3\
.
Impact
Any hook implementation registered is not executed anymore in TYPO3 v12.0+.
Affected Installations
TYPO3 installations with custom extensions using this hook.
Migration
The hook is removed without deprecation in order to allow extensions to work with TYPO3 v11 (using the hook) and v12+ (using the new event).
Use the PSR-14 events to allow greater influence in the functionality.