AfterRecordPublishedEvent
New in version 12.2
The PSR-14 event \TYPO3\
is
fired after a record has been published in a workspace.
Example
Note
Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.
Example
Registration of the event listener in the extension's Services.
:
services:
# Place here the default dependency injection configuration
MyVendor\MyExtension\Workspaces\EventListener\MyEventListener:
tags:
- name: event.listener
identifier: 'my-extension/after-record-published'
Read how to configure dependency injection in extensions.
The corresponding event listener class: