42 lines
763 B
ReStructuredText
42 lines
763 B
ReStructuredText
|
|
.. 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
|