Event
Interfaces, Classes, Traits and Enums
- PostSetDataEvent
- This event is dispatched at the end of the Form::setData() method.
- PostSubmitEvent
- This event is dispatched after the Form::submit() once the model and view data have been denormalized.
- PreSetDataEvent
- This event is dispatched at the beginning of the Form::setData() method.
- PreSubmitEvent
- This event is dispatched at the beginning of the Form::submit() method.
- SubmitEvent
- This event is dispatched just before the Form::submit() method transforms back the normalized data to the model and view data.