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,35 @@
.. include:: /Includes.rst.txt
.. _deprecation-77557:
===================================================
Deprecation: #77557 - Method QueryView->tableWrap()
===================================================
See :issue:`77557`
Description
===========
Method :php:`QueryView->tableWrap()` has been marked as deprecated.
Impact
======
Extensions using this method will trigger a deprecation log entry.
Affected Installations
======================
Extensions using :php:`QueryView->tableWrap()`
Migration
=========
Use :php:`'<pre>' . $str . '</pre>'` instead.
.. index:: PHP-API, Backend