Deprecation: #83254 - Moved page generation methods into TSFE
See forge#83254
Description
The following methods have been marked as deprecated
TYPO3\
CMS\ Frontend\ Page\ Page Generator:: is Allowed Link Var Value () TYPO3\
CMS\ Frontend\ Page\ Page Generator:: generate Page Title () TYPO3\
CMS\ Core\ Typo Script\ Template Service->print Title ()
As their functionality has been moved into TypoScriptFrontendController.
Impact
Calling any of the PHP methods above will trigger a deprecation warning.
Affected Installations
Any installation with a third-party extension directly accessing these methods.
Migration
For the generation of the page title tag, the method
Typo
should be used instead.