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,35 @@
.. include:: /Includes.rst.txt
.. _deprecation-81213:
=======================================================================
Deprecation: #81213 - Render method arguments on ViewHelpers deprecated
=======================================================================
See :issue:`81213`
Description
===========
Support for arguments on the :php:`render()` method of ViewHelpers has been deprecated.
Impact
======
Usage of render method arguments will cause a deprecation message to be logged about the specific Viewhelper class.
Affected Installations
======================
Any TYPO3 site or extension using ViewHelpers with one or more arguments on the :php:`render()` method.
Migration
=========
Switch to :php:`initializeArguments` method (override this from parent) and call :php:`registerArgument` to register each
argument supported by the ViewHelper.
.. index:: Fluid, NotScanned