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,33 @@
.. include:: /Includes.rst.txt
.. _deprecation-80532:
=========================================================================
Deprecation: #80532 - GifBuilder-related methods in ContentObjectRenderer
=========================================================================
See :issue:`80532`
Description
===========
The following methods related to :php:`GifBuilder` within :php:`ContentObjectRenderer` have been marked
as deprecated.
* :php:`clearTSProperties()`
* :php:`gifBuilderTextBox()`
* :php:`linebreaks()`
Impact
======
Calling any of the methods above will trigger a deprecation message.
Affected Installations
======================
Any installation using these methods in custom extensions.
.. index:: Frontend, PHP-API