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,51 @@
.. include:: /Includes.rst.txt
.. _deprecation-79972:
================================================
Deprecation: #79972 - Deprecated Fluid Overrides
================================================
See :issue:`79972`
Description
===========
following methods have been marked as deprecated:
* :php:`\TYPO3\CMS\Fluid\Core\Rendering\RenderingContext::injectObjectManager()`
* :php:`\TYPO3\CMS\Fluid\Core\Rendering\RenderingContext::getObjectManager()`
* :php:`\TYPO3\CMS\Fluid\Core\Rendering\RenderingContext::setLegacyMode()`
following methods have been removed:
* :php:`\TYPO3\CMS\Fluid\Core\Rendering\RenderingContext::getExpressionNodeTypes()`
* :php:`\TYPO3\CMS\Fluid\Core\Rendering\RenderingContext::getViewHelperVariableContainer()`
following classes have been removed:
* :php:`\TYPO3\CMS\Fluid\Core\Parser\PreProcessor\XmlnsNamespaceTemplatePreProcessor`
* :php:`\TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\Expression\LegacyNamespaceExpressionNode`
Impact
======
Calling any of the methods marked as deprecated above will trigger a deprecation log entry.
Accessing any of the removed classes or methods will cause a PHP Fatal Error.
Affected Installations
======================
Any TYPO3 instances which uses the above described methods or classes.
Migration
=========
* Remove usage of classes / methods.
.. index:: Fluid