Deprecation: #85005 - Deprecate methods and constants in ValidatorResolver
See forge#85005
Description
The following methods within \TYPO3\
have been marked
as deprecated:
build
Sub Object Validator parse
Validator Annotation parse
Validator Options unquote
String
The following constants within \TYPO3\
have been marked
as deprecated:
PATTERN_
MATCH_ VALIDATORS PATTERN_
MATCH_ VALIDATOROPTIONS
Impact
Calling any of the deprecated methods above will trigger a PHP E_
error.
Using any of the deprecated constants above will not ttrigger a PHP E_
error but will stop working in TYPO3 v10.0.
Affected Installations
Any TYPO3 installation with a custom extension making use of these methods and constants. As these constants and methods are to be considered internal api it's very unlikely that anyone is affected by this change at all.
Migration
There is none.