File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,10 @@ These are the most important methods that a form type class can define:
146
146
extensions, but you can create any custom option you need.
147
147
148
148
``finishView() ``
149
- When creating a form type that consists of many fields, this method allows
150
- to modify the "view" of any of those fields. For any other use case, it's
151
- recommended to use instead the ``buildView() `` method.
149
+ This method allows to modify the "view" of any rendered widget. This is useful
150
+ if your form type consists of many fields, or contains a type that produces
151
+ many HTML elements (e.g. ``ChoiceType ``). For any other use case, it's
152
+ recommended to use ``buildView() `` instead.
152
153
153
154
``getParent() ``
154
155
If your custom type is based on another type (i.e. they share some
You can’t perform that action at this time.
0 commit comments