Breaking: #106056 - Add setRequest and getRequest to Extbase ValidatorInterface
See forge#106056
Description
Custom validators implementing
\TYPO3\ must now
also implement the methods
set and
get.
Impact
Missing implementations of the methods
set and
get will now result in a PHP fatal error.
Affected installations
TYPO3 installations with custom extensions implementing
Validator.
Migration
The methods
set and
get must be implemented in
affected validators.
If there is no need to directly implement
Validator, it is
recommended to extend
Abstract, where
both methods are already implemented.