Files
cms-core/Documentation/Changelog/7.3/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst

38 lines
784 B
ReStructuredText

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