Deprecation: #64109 - Deprecate global hook softRefParser_GL¶
See forge#64109
Description¶
The hook $GLOBALS
has been marked as deprecated.
It was a hook to add a general softRefParser which parsed every SoftReference regardless of its type.
The soft
-hook was undocumented and used neither in core nor in any known extension.
Impact¶
Creating a global softRefParser by adding a hook to
$GLOBALS
will trigger a deprecation log message.
Affected installations¶
Instances with extensions using a $GLOBALS
-hook
Migration¶
A soft
hook in an extension has to be replaced with multiple soft
hooks for each type the
parser can handle.