Event

Table of Contents

Classes

AbstractFormEvent
Listeners to those Events will be able to modify the form definition and persistence identifier before a form is processed, e.g. created or saved.
BeforeEmailFinisherInitializedEvent
Listeners are able to modify the options, used by the EmailFinisher. Possible use cases might be unsetting recipients or to changing the subject of the mail.
BeforeFormIsCreatedEvent
Listeners to this Event will be able to modify the form definition and persistence identifier before a new form is created.
BeforeFormIsDeletedEvent
Listeners to this Event will be able to: - Get the form persistence identifier before a form is deleted - Stop the deletion process by setting preventDeletion to true - Add custom logic, e.g. cleanup tasks, before deletion
BeforeFormIsDuplicatedEvent
Listeners to this Event will be able to modify the form definition and persistence identifier before a form is duplicated.
BeforeFormIsSavedEvent
Listeners to this Event will be able to modify the form definition and persistence identifier before a form is saved.
BeforeRenderableIsAddedToFormEvent
Listeners to this Event will be able to modify the renderable (form element) before being finally added to the form

        
On this page

Search results