File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
/**
17
17
* This event is dispatched at the end of the Form::setData() method.
18
18
*
19
- * This event is mostly here for reading data after having pre-populated the form.
19
+ * It can be used to modify a form depending on the populated data (adding or
20
+ * removing fields dynamically).
20
21
*/
21
22
final class PostSetDataEvent extends FormEvent
22
23
{
Original file line number Diff line number Diff line change 16
16
/**
17
17
* This event is dispatched at the beginning of the Form::setData() method.
18
18
*
19
- * It can be used to:
20
- * - Modify the data given during pre-population;
21
- * - Modify a form depending on the pre-populated data (adding or removing fields dynamically).
19
+ * It can be used to modify the data given during pre-population.
22
20
*/
23
21
final class PreSetDataEvent extends FormEvent
24
22
{
You can’t perform that action at this time.
0 commit comments