Breaking: #107831 - AfterCachedPageIsPersistedEvent no longer receives TypoScriptFrontendController
See forge#107831
Description
The frontend rendering related event
\TYPO3\ has been
modified due to the removal of the class
\TYPO3\.
The method
get has been removed.
Impact
Event listeners that call
get will now trigger a fatal
PHP error and and must be adapted.
Affected installations
Instances with extensions listening for the event
After may be
affected.
The extension scanner will detect and report such usages.
Migration
In most cases, data that was previously retrieved from the
\TYPO3\
instance can now be accessed through the request object, available via
$event->get.
See Breaking: #102621 - Most TSFE members marked internal or read-only for further details about accessing frontend-related data via the PSR-7 request.