Breaking: #107831 - AfterCachedPageIsPersistedEvent no longer receives TypoScriptFrontendController
See forge#107831
Description
The frontend rendering related event
After
had to be changed due to the removal of class
Typo:
Method
get is removed.
Impact
Event listeners that call
get will trigger a fatal PHP error and
have to be adapted.
Affected installations
Instances with extensions listening for event
After
may be affected. The extension scanner will find affected extensions.
Migration
In most cases, the data that was previously provided by
Typo
can now be found in the
Request which is available using
$event->get.
See Breaking: #102621 - Most TSFE members marked internal or read-only for more information.