Deprecation: #85012 - GetValidationResults of Argument:class and Arguments::class
See forge#85012
Description
The following public methods have been marked as deprecated:
TYPO3\
CMS\ Extbase\ Mvc\ Controller\ Argument:: get Validation Results () TYPO3\
CMS\ Extbase\ Mvc\ Controller\ Arguments:: get Validation Results ()
Impact
Calling the method will trigger a PHP E_
error.
Affected Installations
Extensions that call any of the methods. The extension scanner will find usages.
Migration
Use the following methods instead:
TYPO3\
CMS\ Extbase\ Mvc\ Controller\ Argument:: validate () TYPO3\
CMS\ Extbase\ Mvc\ Controller\ Arguments:: validate ()