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,51 @@
.. include:: /Includes.rst.txt
.. _breaking-72385:
===========================================================
Breaking: #72385 - Removed deprecated code from DataHandler
===========================================================
See :issue:`72385`
Description
===========
Removed deprecated code from DataHandler
The following properties have been removed:
`stripslashes_values`
`clear_flexFormData_vDEFbase`
`include_filefunctions`
The following methods have been removed:
`checkValue_text()`
`checkValue_input()`
`checkValue_check()`
`checkValue_radio()`
`checkValue_group_select()`
`checkValue_flex()`
Additionally, the method `getLocalTCE()` does not accept any parameter anymore.
Impact
======
Using one of these methods or properties will throw a fatal error.
Affected Installations
======================
An extension relying on one of these public properties or methods will fail.
Migration
=========
These functions are internal and should not be used outside of the core.
.. index:: PHP-API, Backend