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.
- AfterCurrentPageIsResolvedEvent
- Listeners to this Event will be able to modify the current page after it has been resolved.
- AfterFormDefinitionValidationConfigurationIsBuiltEvent
- Listeners to this event are able to modify the form definition validation
configuration after it has been built from the form editor setup. Use this
event to add additional writable property paths for custom form editor
inspector editor implementations that do not declare their writable
property paths through the standard YAML configuration (e.g. propertyPath).
- AfterFormIsBuiltEvent
- Listeners to this Event will be able to modify the form definition after it has been built
- AfterFormStateInitializedEvent
- Listeners to this Event will be able to modify the form runtime after it has been initialized.
- 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
- BeforeRenderableIsRemovedFromFormEvent
- Listeners to this Event will be able to:
- Get the renderable that is about to be removed from the form
- Stop the deletion process by setting preventRemoval to true
- Add custom logic, e.g. cleanup tasks, before deletion
- BeforeRenderableIsRenderedEvent
- Listeners to this Event will be able to modify the renderable before it is rendered.
- BeforeRenderableIsValidatedEvent
- Listeners to this Event will be able to modify the submitted value