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,37 @@
.. include:: /Includes.rst.txt
.. _deprecation-63735:
=================================================================
Deprecation: #63735 - Deprecate DataHandler->checkValue_*-methods
=================================================================
See :issue:`63735`
Description
===========
The following internal but currently public functions have been marked as deprecated:
* DataHandler->checkValue_text
* DataHandler->checkValue_input
* DataHandler->checkValue_check
* DataHandler->checkValue_radio
* DataHandler->checkValue_group_select
* DataHandler->checkValue_flex
Impact
======
Using these functions will throw a deprecation message.
Migration
=========
These functions are internal and should not be used outside of the core.
.. index:: PHP-API, Backend