Feature: #102951 - Provide PSR-7 request in Extbase validators
See forge#102951
Description
Extbase
abstract
now provides a getter and a setter
for the PSR-7 Request object. Validators extending
Abstract
will include the PSR-7 request object, if the validator has been instantiated
by Extbase
Validation
.
Impact
Extension developers can now create custom validators which consume data
from the PSR-7 request object (e.g. request attribute
frontend.
).