Breaking: #102793 - PageRepository->enableFields hook removed
See forge#102793
Description
One of the common PHP APIs used in TYPO3 Core for fetching records is
\TYPO3\
. The method
enable
is marked as deprecated, and the according hook
$GLOBALS
has been removed.
Impact
Hook listeners will not be executed anymore.
Affected installations
TYPO3 installations with custom extensions using the mentioned hook.
Migration
The hook $GLOBALS
can be replaced by a listener to the newly introduced
PSR-14 event.