Event
Table of Contents
Classes
- AfterCacheableContentIsGeneratedEvent
- Event that allows to enhance or change content (also depending if caching is enabled).
- 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.
- 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".
- 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.