PSR-14 Events
The extensions contains some PSR-14 events which make it possible to extend the extension with own functionality. You can for example adjust the status selection or react on status changes for implementing some kind of a workflow.
Please note, that there is no documentation for each PSR-14 event in detail, so you have to check each event individually for supported properties. Generally I tried to make the events as self explaining as possible.
If you are new to PSR-14 events, please refer to the official TYPO3 documentation about PSR-14 events and Event Listeners.
The following PSR-14 events are available:
Prepare
Status Selection Event Status
Change Event
See also
View the sources on GitHub: