File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,9 @@ Overridden Options
46
46
choices
47
47
~~~~~~~
48
48
49
- **default **: :method: ` Symfony\\ Component\\ Locale \\ Locale::getDisplayCountries `
49
+ **default **: `` Symfony\Component\Intl\Intl::getRegionBundle()->getCountryNames() ` `
50
50
51
- The country type defaults the ``choices `` option to the all locales which are
52
- returned by :method: `Symfony\\ Component\\ Locale\\ Locale::getDisplayCountries `.
51
+ The country type defaults the ``choices `` option to the all locales.
53
52
It uses the default locale to determine the language.
54
53
55
54
Inherited options
Original file line number Diff line number Diff line change @@ -47,11 +47,10 @@ Overridden Options
47
47
choices
48
48
~~~~~~~
49
49
50
- **default **: :method: ` Symfony\\ Component\\ Locale \\ Locale::getDisplayLanguages `
50
+ **default **: `` Symfony\Component\Intl\Intl::getLanguageBundle()->getLanguageNames() ``.
51
51
52
- The choices option defaults to all languages returned by
53
- :method: `Symfony\\ Component\\ Locale\\ Locale::getDisplayLanguages `. It uses the
54
- default locale to specify the language.
52
+ The choices option defaults to all languages. It uses the default locale to
53
+ specify the language.
55
54
56
55
Inherited Options
57
56
-----------------
Original file line number Diff line number Diff line change @@ -48,11 +48,10 @@ Overridden Options
48
48
choices
49
49
~~~~~~~
50
50
51
- **default **: :method: ` Symfony\\ Component\\ Locale \\ Locale::getDisplayLocales `
51
+ **default **: `` Symfony\Component\Intl\Intl::getLocaleBundle()->getLocaleNames() ` `
52
52
53
- The choices option defaults to all locales returned by
54
- :method: `Symfony\\ Component\\ Locale\\ Locale::getDisplayLocales `. It uses the
55
- default locale to specify the language.
53
+ The choices option defaults to all locales. It uses the default locale to
54
+ specify the language.
56
55
57
56
58
57
Inherited options
You can’t perform that action at this time.
0 commit comments