Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v11 here: TYPO3 ELTS.
AfterPageColumnsSelectedForLocalizationEvent
Event to listen to after the form engine has been initialized (and all data has been persisted).
The PSR-14 event \TYPO3\
will be dispatched after records and columns are collected in the Localization
.
The event receives:
- The default columns and columns list built by
Localization
Controller - The list of records that were analyzed to create the columns manifest
- The parameters received by the
Localization
Controller
The event allows changes to:
- the columns
- the columns list
This allows third party code to read or manipulate the "columns manifest" that gets displayed in the
translation modal when a user has clicked the Translate
button in the page module, by implementing a listener for the event.
API
- class AfterPageColumnsSelectedForLocalizationEvent
-
- Fully qualified name
-
\TYPO3\
CMS\ Backend\ Controller\ Event\ After Page Columns Selected For Localization Event
This event triggers after the LocalizationController (AJAX) has selected page columns to be translated. Allows third parties to add to or change the columns and content elements withing those columns which will be available for localization through the "translate" modal in the page module.