RenderAdditionalContentToRecordListEvent¶
New in version 11.0.
Event to add content before or after the main content of the list module.
API¶
- getRequest()
| ReturnType: Psr\Http\Message\ServerRequestInterface |
Returns the request object from the list module request.
- addContentAbove(string $contentAbove)
| Arguments:
$contentAbove
string with HTML Content | ReturnType: void |Add additional content as string as it is to be shown above the main content.
- addContentBelow(string $contentBelow)
| Arguments:
$contentBelow
string with HTML Content | ReturnType: void |Add additional content as string as it is to be shown below the main content.
- getAdditionalContentAbove()
| ReturnType: string |
Returns previously set additional content as string.
- getAdditionalContentBelow()
| ReturnType: void |
Returns previously set additional content as string.