Breaking: #106056 - Add setRequest and getRequest to extbase ValidatorInterface
See forge#106056
Description
Custom validators implementing
\TYPO3\
must now
implement the methods
set
and
get
.
Impact
Missing implementation of the methods
set
and
get
will now result in a PHP fatal error.
Affected installations
TYPO3 websites implementing
\TYPO3\
.
Migration
The methods
set
and
get
must be implemented in
affected validators.
If no direct implementation of
\TYPO3\
is required,
it is recommended to extend
\TYPO3\
,
where both methods already are implemented.