TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _deprecation-71153-1668719172:
|
||||
|
||||
=================================================================
|
||||
Deprecation: #71153 - Several DocumentTemplate methods deprecated
|
||||
=================================================================
|
||||
|
||||
See :issue:`71153`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The following methods from `TYPO3\CMS\Backend\Template\DocumentTemplate` have
|
||||
been marked as deprecated.
|
||||
|
||||
`section`
|
||||
`divider`
|
||||
`sectionHeader`
|
||||
`sectionBegin`
|
||||
`sectionEnd`
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Using these methods will trigger a deprecation log entry.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Instances with custom backend modules that use one of the aforementioned methods.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Use plain HTML instead.
|
||||
|
||||
.. index:: PHP-API, Backend
|
||||
Reference in New Issue
Block a user