[TASK] Deprecate public DataHandler->checkValue_*-methods
Instead of passing all parameters from DataHandler->checkValue_SW to the checkValue_*-methods in an array $PP, pass only those actually needed by each function. In order to stay compatible keep the public checkValue_*-methods (now unused in core and deprecated) and introduce new protected methods checkValueFor* instead, called from checkValue_SW. Resolves: #63735 Releases: master Change-Id: I463c35e5361310f401ca5e0cc9833e6cbebfff9f Reviewed-on: http://review.typo3.org/35238 Reviewed-by:Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
Showing
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 159 additions, 20 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst 27 additions, 0 deletions...precation-63735-DeprecateDataHandlerCheckValueMethods.rst
- typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php 7 additions, 7 deletions...3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php
Please register or sign in to comment