Deprecation: #99717 - Deprecated "modifyBlindedConfigurationOptions" hook

See forge#99717

Description

The hook $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['TYPO3\CMS\Lowlevel\Controller\ConfigurationController']['modifyBlindedConfigurationOptions'] has been deprecated in favor of the new PSR-14 \TYPO3\CMS\Lowlevel\Event\ModifyBlindedConfigurationOptionsEvent, 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.