Event

Table of Contents

Classes

AfterCacheableContentIsGeneratedEvent
Event that allows to enhance or change content (also depending on enabled caching).
AfterCachedPageIsPersistedEvent
Event that is used directly after all cached content is stored in the page cache.
AfterLinkIsGeneratedEvent
Generic event to modify any kind of link generation with typolink(). This is processed by all frontend-related links.
AfterPageAndLanguageIsResolvedEvent
A PSR-14 event fired in the frontend process after a given page has been resolved including its language.
AfterPageWithRootLineIsResolvedEvent
A PSR-14 event fired in the frontend process after a given page has been resolved with permissions, rootline etc.
AfterTypoScriptDeterminedEvent
This event is dispatched after the FrontendTypoScript object has been calculated, just before it is attached to the request.
BeforePageCacheIdentifierIsHashedEvent
This event is dispatched just before the final page cache identifier is created, that is used to get() - and later set(), if needed and allowed - the page cache row.
BeforePageIsResolvedEvent
A PSR-14 event fired before the frontend process is trying to fully resolve a given page by its page ID and the request.
FilterMenuItemsEvent
Listeners to this Event will be able to modify items for a menu generated with HMENU
ModifyCacheLifetimeForPageEvent
Event to allow listeners to modify the amount of seconds that a generated frontend page should be cached in the "pages" cache when initially generated.
ModifyHrefLangTagsEvent
Listeners to this event will be able to modify the hreflang tags that will be generated. You can use this when you have an edge case language scenario and need to alter the default hreflang tags.
ModifyPageLinkConfigurationEvent
A generic PSR 14 Event to allow modifying the incoming (and resolved) page when building a "page link".
ModifyTypoScriptConfigEvent
This event allows listeners to adjust and react on TypoScript 'config'.
ModifyTypoScriptConstantsEvent
This event will provide listeners with the opportunity to adjust constants according to the users' requirements
ShouldUseCachedPageDataIfAvailableEvent
Event to allow listeners to disable the loading of cached page data when a page is requested.

        
On this page

Search results