@@ -21,37 +21,41 @@ Unlike the ``choice`` type, you don't need to specify a ``choices`` or
2121of locales. You *can * specify either of these options manually, but then
2222you should just use the ``choice `` type directly.
2323
24- +-------------+----------------------------------------------------------------------+
25- | Rendered as | can be various tags (see :ref: `forms-reference-choice-tags `) |
26- +-------------+----------------------------------------------------------------------+
27- | Options | - ``multiple `` |
28- | | - ``expanded `` |
29- | | - ``preferred_choices `` |
30- | | - ``required `` |
31- | | - ``label `` |
32- | | - ``read_only `` |
33- | | - ``error_bubbling `` |
34- +-------------+----------------------------------------------------------------------+
35- | Parent type | :doc: `choice</reference/forms/types/choice> ` |
36- +-------------+----------------------------------------------------------------------+
37- | Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ LocaleType ` |
38- +-------------+----------------------------------------------------------------------+
39-
40- Options
41- -------
24+ +-------------+------------------------------------------------------------------------+
25+ | Rendered as | can be various tags (see :ref: `forms-reference-choice-tags `) |
26+ +-------------+------------------------------------------------------------------------+
27+ | Inherited | - ``multiple `` |
28+ | options | - ``expanded `` |
29+ | | - ``preferred_choices `` |
30+ | | - ``required `` |
31+ | | - ``label `` |
32+ | | - ``read_only `` |
33+ | | - ``error_bubbling `` |
34+ +-------------+------------------------------------------------------------------------+
35+ | Parent type | :doc: `choice</reference/forms/types/choice> `, field |
36+ +-------------+------------------------------------------------------------------------+
37+ | Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ LanguageType ` |
38+ +-------------+------------------------------------------------------------------------+
39+
40+ Inherited options
41+ -----------------
42+
43+ These options are inherited from the parent ``choiceType `` class:
4244
4345.. include :: /reference/forms/types/options/multiple.rst.inc
4446
4547.. include :: /reference/forms/types/options/expanded.rst.inc
4648
4749.. include :: /reference/forms/types/options/preferred_choices.rst.inc
4850
51+ .. include :: /reference/forms/types/options/error_bubbling.rst.inc
52+
53+ These options are inherited from the parent ``fieldType `` class:
54+
4955.. include :: /reference/forms/types/options/required.rst.inc
5056
5157.. include :: /reference/forms/types/options/label.rst.inc
5258
5359.. include :: /reference/forms/types/options/read_only.rst.inc
5460
55- .. include :: /reference/forms/types/options/error_bubbling.rst.inc
56-
5761.. _`Locale::getDefault()` : http://php.net/manual/en/locale.getdefault.php
0 commit comments