We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90745db commit a4db275Copy full SHA for a4db275
reference/forms/types/choice.rst
@@ -102,6 +102,11 @@ is the item value and the array value is the item's label::
102
choice_list
103
~~~~~~~~~~~
104
105
+.. caution::
106
+
107
+ The ``choice_list`` option of ChoiceType was deprecated in Symfony 2.7.
108
+ You should use ``choices`` or ``choice_loader`` now.
109
110
**type**: :class:`Symfony\\Component\\Form\\Extension\\Core\\ChoiceList\\ChoiceListInterface`
111
112
This is one way of specifying the options to be used for this field.
0 commit comments