ButtonBarProvider
Read onlyYes
FinalYes
Event listener to add the sys_note button to the button bar
This is a specific listener implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- __construct() : mixed
- __invoke() : void
- Add a sys_note creation button to the button bar of defined modules
Methods
__construct()
public
__construct(IconFactory $iconFactory, UriBuilder $uriBuilder, TcaSchemaFactory $tcaSchemaFactory, ComponentFactory $componentFactory) : mixed
Parameters
- $iconFactory : IconFactory
- $uriBuilder : UriBuilder
- $tcaSchemaFactory : TcaSchemaFactory
- $componentFactory : ComponentFactory
__invoke()
Add a sys_note creation button to the button bar of defined modules
public
__invoke(ModifyButtonBarEvent $event) : void
Parameters
- $event : ModifyButtonBarEvent
Tags
Attributes
- #[AsEventListener]
- 'note-to-button-bar'