InfoModuleProvider
FinalYes
Event listener to render notes in the info module.
This is a specific listener implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Properties
Methods
- __construct() : mixed
- __invoke() : void
- Add sys_notes as additional content to the header and footer of the "Pagetree overview" and "Localization overview" modules in "Web > Info".
Properties
$noteRenderer read-only
protected
NoteRenderer
$noteRenderer
Methods
__construct()
public
__construct(NoteRenderer $noteRenderer) : mixed
Parameters
- $noteRenderer : NoteRenderer
__invoke()
Add sys_notes as additional content to the header and footer of the "Pagetree overview" and "Localization overview" modules in "Web > Info".
public
__invoke(ModifyInfoModuleContentEvent $event) : void
Parameters
- $event : ModifyInfoModuleContentEvent
Attributes
- #[AsEventListener]
- 'note-to-info-module'