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,36 @@
.. include:: /Includes.rst.txt
.. _deprecation-62329:
======================================================
Deprecation: #62329 - Deprecate DocumentTable::table()
======================================================
See :issue:`62329`
Description
===========
`DocumentTable::table()` has been marked as deprecated.
Impact
======
Calling `table()` of the `DocumentTable` class will trigger a deprecation log message.
Affected installations
======================
Instances which use `DocumentTable::table()` for rendering tables.
Migration
=========
Use fluid for rendering instead.
.. index:: PHP-API, Backend