TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+37
@@ -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
|
||||
Reference in New Issue
Block a user