PSR-14 Events
The extensions contains many PSR-14 events which make it possible to extend the extension with own functionality. You can for example add own variables to all views or extend email notifications by own needs.
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:
Event Controller
Modify
List View Variables Event Modify
Calendar View Variables Event Modify
Detail View Variables Event Modify
Registration View Variables Event Modify
Create Depending Registrations Event Modify
Confirm Registration View Variables Event Modify
Cancel Registration View Variables Event Modify
Search View Variables Event After
Registration Saved Event After
Registration Confirmed Event After
Registration Cancelled Event Event
Pid Check Failed Event Waitlist
Move Up Event Process
Redirect To Payment Event Process
Cancel Depending Registrations Event
Payment Controller
Process
Payment Initialize Event Modify
Payment Redirect Response Event Process
Payment Success Event Process
Payment Failure Event Process
Payment Cancel Event Process
Payment Notify Event Proceed
With Payment Action Event
Administration Controller
Init
Administration Module Template Event Modify
Administration Index Notify View Variables Event Modify
Administration List View Variables Event
Event Repository
Modify
Event Query Constraints Event
Notification Service
Modify
User Message Sender Event Modify
User Message Attachments Event After
User Message Sent Event After
Admin Message Sent Event Modify
Custom Notification Log Event
Registration Service
Modify
Check Registration Success Event After
Registration Moved From Waitlist Modify
Registration Price Event
Export Service
Modify
Download Registration Csv Event
Registration Validator
Modify
Registration Validator Result Event