‪TYPO3CMS  9.5
TYPO3\CMS\SysNote\Hook\RecordListHook Class Reference

Public Member Functions

string renderInHeader (array $params)
 
string renderInFooter (array $params)
 

Detailed Description

Hook for the list module

This is a specific hook implementation and is not considered part of the Public TYPO3 API.

Definition at line 27 of file RecordListHook.php.

Member Function Documentation

◆ renderInFooter()

string TYPO3\CMS\SysNote\Hook\RecordListHook::renderInFooter ( array  $params)

Add sys_notes as additional content to the footer of the list module

Parameters
array$params
Returns
‪string

Definition at line 50 of file RecordListHook.php.

References TYPO3\CMS\SysNote\Domain\Repository\SysNoteRepository\SYS_NOTE_POSITION_BOTTOM.

◆ renderInHeader()

string TYPO3\CMS\SysNote\Hook\RecordListHook::renderInHeader ( array  $params)

Add sys_notes as additional content to the header of the list module

Parameters
array$params
Returns
‪string

Definition at line 35 of file RecordListHook.php.

References TYPO3\CMS\SysNote\Domain\Repository\SysNoteRepository\SYS_NOTE_POSITION_TOP.