Attention
TYPO3 v12 has reached end-of-life as of April 30th 2026 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 v12 here: TYPO3 ELTS.
RenderAdditionalContentToRecordListEvent
New in version 11.0
This event supersedes the hooks
$GLOBALS['TYPO3_ CONF_ VARS'] ['SC_ OPTIONS'] ['recordlist/ Modules/ Recordlist/ index. php'] ['draw Header Hook'] $GLOBALS['TYPO3_ CONF_ VARS'] ['SC_ OPTIONS'] ['recordlist/ Modules/ Recordlist/ index. php'] ['draw Footer Hook']
The hooks are removed in TYPO3 v12.
Changed in version 12.0
Due to the integration of EXT:recordlist into EXT:backend the namespace of
the event changed from
\TYPO3\
to
\TYPO3\.
For TYPO3 v12 the moved class is available as an alias under the old
namespace to allow extensions to be compatible with TYPO3 v11 and v12.
The PSR-14 event
\TYPO3\
allows to add content before or after the main content of the List
module.
Example
Note
Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.