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,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