File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ you should just use the ``choice`` type directly.
18
18
+-------------+------------------------------------------------------------------------+
19
19
| Rendered as | can be various tags (see :ref: `forms-reference-choice-tags `) |
20
20
+-------------+------------------------------------------------------------------------+
21
- | Overridden | - `choice_list `_ |
21
+ | Overridden | - `choices `_ |
22
22
| Options | |
23
23
+-------------+------------------------------------------------------------------------+
24
24
| Inherited | from the :doc: `choice </reference/forms/types/choice >` type |
@@ -49,12 +49,12 @@ you should just use the ``choice`` type directly.
49
49
Overridden Options
50
50
------------------
51
51
52
- choice_list
53
- ~~~~~~~~~~~
52
+ choices
53
+ ~~~~~~~
54
54
55
55
**default **: :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ ChoiceList\\ TimezoneChoiceList `
56
56
57
- The Timezone type defaults the choice_list to all timezones returned by
57
+ The Timezone type defaults the choices to all timezones returned by
58
58
:phpmethod: `DateTimeZone::listIdentifiers `, broken down by continent.
59
59
60
60
Inherited Options
You can’t perform that action at this time.
0 commit comments