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,40 @@
.. include:: /Includes.rst.txt
.. _deprecation-86439:
=============================================================================
Deprecation: #86439 - Mark several methods within TemplateService as internal
=============================================================================
See :issue:`86439`
Description
===========
The following methods in :php:`TYPO3\CMS\Core\TypoScript\TemplateService` have been marked as protected:
* :php:`prependStaticExtra()`
* :php:`versionOL()`
* :php:`processIncludes()`
* :php:`mergeConstantsFromPageTSconfig()`
* :php:`flattenSetup()`
* :php:`substituteConstants()`
Impact
======
Calling the methods in a public context will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
TYPO3 installations with custom extensions working with the :php:`TemplateService` class.
Migration
=========
Avoid using the methods, and re-implement the functionality on your own, if necessary.
.. index:: Backend, FullyScanned, ext:core