TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+35
@@ -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
|
||||
Reference in New Issue
Block a user