Deprecation: #94367 - Extbase ReferringRequest
See forge#94367
Description
To further prepare Extbase towards PSR-7 compatible requests, Extbase class
\TYPO3\
has been deprecated.
Impact
Creating an instance of
Referring
a PHP
E_
error.
Affected Installations
Referring
has been mostly Extbase internal and rarely used in
Extbase extensions, probably only in cases where
Action
is overridden.
The extension scanner will find usages with a strong match.
Migration
Extbase internally,
Referring
has only been used to
immediately create a
Forward
from it. Consuming extensions
should follow his approach and create a
Forward
directly.