Deprecation: #99717 - Deprecated "modifyBlindedConfigurationOptions" hook
See forge#99717
Description
The hook $GLOBALS
has been deprecated in favor of the new PSR-14
\TYPO3\
,
which acts as a direct replacement.
Impact
Using the hook will trigger a deprecation log entry and any hook implementation registered will not be executed anymore in TYPO3 v13.
Affected installations
All installations using the deprecated hook. The extension scanner will report possible usages.
Migration
Use the PSR-14 event as a direct replacement.