You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #18585 [Form] Improve form type methods explanation (HeahDude)
This PR was merged into the 5.4 branch.
Discussion
----------
[Form] Improve form type methods explanation
I propose to keep methods ordered the same way they are used by the component:
- `getParent()`: a type is first configured by its parent and its parent extensions
- `configureOptions()`: a type defines what options are available
- `buildForm()`: a type configures the current form and its fields based on defined options
- `buildView()`: a type configures its view based on the built form and defined options
- `finishView()`: a type configures its child views based on the built form, built view and defined options
Commits
-------
aeee305 [Form] Improve form type methods explanation
0 commit comments