RenderAdditionalContentToRecordListEvent

Event to add content before or after the main content of the list module.

API

class RenderAdditionalContentToRecordListEvent
Fully qualified name
\TYPO3\CMS\Recordlist\Event\RenderAdditionalContentToRecordListEvent

Class AddToRecordListEvent

Add content above or below the main content of the record list

getRequest ( )
returntype

Psr\Http\Message\ServerRequestInterface

addContentAbove ( string $contentAbove)
param string $contentAbove

the contentAbove

addContentBelow ( string $contentBelow)
param string $contentBelow

the contentBelow

getAdditionalContentAbove ( )
returntype

string

getAdditionalContentBelow ( )
returntype

string