Skip to content

Commit 21dffc6

Browse files
committed
minor #20387 [Form] Update enum.rst: Adding choice_label (ThomasLandauer)
This PR was submitted for the 5.4 branch but it was squashed and merged into the 6.4 branch instead. Discussion ---------- [Form] Update enum.rst: Adding `choice_label` Page: https://symfony.com/doc/5.x/reference/forms/types/enum.html Commits ------- ad37e5b [Form] Update enum.rst: Adding `choice_label`
2 parents d4459be + ad37e5b commit 21dffc6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

reference/forms/types/enum.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,22 @@ Inherited Options
100100

101101
These options inherit from the :doc:`ChoiceType </reference/forms/types/choice>`:
102102

103+
.. include:: /reference/forms/types/options/choice_attr.rst.inc
104+
105+
.. include:: /reference/forms/types/options/choice_filter.rst.inc
106+
107+
.. include:: /reference/forms/types/options/choice_label.rst.inc
108+
109+
.. include:: /reference/forms/types/options/choice_loader.rst.inc
110+
111+
.. include:: /reference/forms/types/options/choice_name.rst.inc
112+
113+
.. include:: /reference/forms/types/options/choice_translation_domain_enabled.rst.inc
114+
115+
.. include:: /reference/forms/types/options/choice_translation_parameters.rst.inc
116+
117+
.. include:: /reference/forms/types/options/choice_value.rst.inc
118+
103119
.. include:: /reference/forms/types/options/error_bubbling.rst.inc
104120

105121
.. include:: /reference/forms/types/options/error_mapping.rst.inc

0 commit comments

Comments
 (0)