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,47 @@
.. include:: /Includes.rst.txt
.. _deprecation-86320:
=================================================================
Deprecation: #86320 - Mark internal $TSFE properties as protected
=================================================================
See :issue:`86320`
Description
===========
The following properties of class :php:`TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController` have changed their visibility to be protected from public and should not be called any longer.
The properties are only used and needed internally.
* :php:`loginAllowedInBranch_mode`
* :php:`cacheTimeOutDefault`
* :php:`cacheContentFlag`
* :php:`cacheExpires`
* :php:`isClientCachable`
* :php:`no_cacheBeforePageGen`
* :php:`tempContent`
* :php:`pagesTSconfig`
* :php:`uniqueCounter`
* :php:`uniqueString`
* :php:`lang`
Impact
======
Calling any of the properties will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Any TYPO3 installation directly accessing any of the mentioned properties.
Migration
=========
Properties are only for internal use, no migration available.
.. index:: Frontend, FullyScanned, ext:frontend