File tree 5 files changed +30
-0
lines changed
5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ choices
60
60
The country type defaults the ``choices `` option to the whole list of countries.
61
61
The locale is used to translate the countries names.
62
62
63
+ .. caution ::
64
+
65
+ If you want to override the built-in choices of the country type, you
66
+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
67
+ so is deprecated since Symfony 3.3.
68
+
63
69
Inherited Options
64
70
-----------------
65
71
Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ choices
51
51
52
52
The choices option defaults to all currencies.
53
53
54
+ .. caution ::
55
+
56
+ If you want to override the built-in choices of the currency type, you
57
+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
58
+ so is deprecated since Symfony 3.3.
59
+
54
60
Inherited Options
55
61
-----------------
56
62
Original file line number Diff line number Diff line change @@ -61,6 +61,12 @@ choices
61
61
The choices option defaults to all languages.
62
62
The default locale is used to translate the languages names.
63
63
64
+ .. caution ::
65
+
66
+ If you want to override the built-in choices of the language type, you
67
+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
68
+ so is deprecated since Symfony 3.3.
69
+
64
70
Inherited Options
65
71
-----------------
66
72
Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ choices
63
63
The choices option defaults to all locales. It uses the default locale to
64
64
specify the language.
65
65
66
+ .. caution ::
67
+
68
+ If you want to override the built-in choices of the locale type, you
69
+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
70
+ so is deprecated since Symfony 3.3.
71
+
66
72
Inherited Options
67
73
-----------------
68
74
Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ choices
56
56
The Timezone type defaults the choices to all timezones returned by
57
57
:phpmethod: `DateTimeZone::listIdentifiers `, broken down by continent.
58
58
59
+ .. caution ::
60
+
61
+ If you want to override the built-in choices of the timezone type, you
62
+ will also have to set the ``choice_loader `` option to ``null ``. Not doing
63
+ so is deprecated since Symfony 3.3.
64
+
59
65
Inherited Options
60
66
-----------------
61
67
You can’t perform that action at this time.
0 commit comments