Feature: #102932 - New TypoScript-related frontend events
See forge#102932
Description
A couple of new PSR-14 events have been added to the frontend rendering chain:
Before
Page Cache Identifier Is Hashed Event Modify
Typo Script Config Event After
Typo Script Determined Event
These events allow reacting and modifying details during frontend rendering related to TypoScript determination and page cache calculation. See the event class comments and signature for further details.
Impact
The events allow more fine grained modification of frontend TypoScript and page cache code flow. They are substitutions of hooks that have been available with TYPO3 versions before v13. See Removed Frontend hooks for details.