Files
cms-core/Documentation/Changelog/8.3/Deprecation-77557-MethodQueryView-tableWrap.rst
T

36 lines
605 B
ReStructuredText

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