TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,34 @@
.. include:: /Includes.rst.txt
.. _deprecation-85678:
====================================================
Deprecation: #85678 - $GLOBALS['TSFE']->altPageTitle
====================================================
See :issue:`85678`
Description
===========
The PHP property :php:`$GLOBALS['TSFE']->altPageTitle` has been marked as deprecated and will be removed with TYPO3 v10.
Impact
======
Installations using this property will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Instances using the property.
Migration
=========
Please use the new PageTitle API to alter the title tag.
.. index:: TypoScript, NotScanned