Deprecation: #85130 - $TSFE->getPageShortcut() moved to PageRepository
See forge#85130
Description
The method
TYPO3\ has been
moved to
TYPO3\, as it conceptually belongs in
this class.
Impact
Calling the method will trigger a PHP
E_ error.
Affected Installations
TYPO3 installations using the method directly in an extension.
Migration
Switch the call
$GLOBALS to
$GLOBALS to receive the exact
same result without a deprecation message.