Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd3b6fb

Browse filesBrowse files
oleksandr-kaleniukwouterj
authored andcommitted
#3412 correct overridden option name of timezone
1 parent e7cdb2b commit dd3b6fb
Copy full SHA for dd3b6fb

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎reference/forms/types/timezone.rst

Copy file name to clipboardExpand all lines: reference/forms/types/timezone.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ you should just use the ``choice`` type directly.
1818
+-------------+------------------------------------------------------------------------+
1919
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
2020
+-------------+------------------------------------------------------------------------+
21-
| Overridden | - `choice_list`_ |
21+
| Overridden | - `choices`_ |
2222
| Options | |
2323
+-------------+------------------------------------------------------------------------+
2424
| Inherited | from the :doc:`choice </reference/forms/types/choice>` type |
@@ -49,12 +49,12 @@ you should just use the ``choice`` type directly.
4949
Overridden Options
5050
------------------
5151

52-
choice_list
53-
~~~~~~~~~~~
52+
choices
53+
~~~~~~~
5454

5555
**default**: :class:`Symfony\\Component\\Form\\Extension\\Core\\ChoiceList\\TimezoneChoiceList`
5656

57-
The Timezone type defaults the choice_list to all timezones returned by
57+
The Timezone type defaults the choices to all timezones returned by
5858
:phpmethod:`DateTimeZone::listIdentifiers`, broken down by continent.
5959

6060
Inherited Options

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.