---
title: "Deprecation: #83254 - Moved page generation methods into TSFE"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-83254"
source: "Changelog/9.0/Deprecation-83254-MovedPageGenerationMethodsIntoTSFE.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #83254 - Moved page generation methods into TSFE

See [forge#83254](https://forge.typo3.org/issues/83254)

## Description

The following methods have been marked as deprecated

-   `TYPO3\CMS\Frontend\Page\PageGenerator::isAllowedLinkVarValue()`
-   `TYPO3\CMS\Frontend\Page\PageGenerator::generatePageTitle()`
-   `TYPO3\CMS\Core\TypoScript\TemplateService->printTitle()`

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
`TypoScriptFrontendController->generatePageTitle()` should be used instead.
