Skip to content

Commit 53296b7

Browse files
committed
[#2397] Tweaks for new overridden form options
1 parent f8ad18b commit 53296b7

File tree

11 files changed

+29
-29
lines changed

11 files changed

+29
-29
lines changed

reference/forms/types/country.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ you should just use the ``choice`` type directly.
2222
+-------------+-----------------------------------------------------------------------+
2323
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
2424
+-------------+-----------------------------------------------------------------------+
25-
| Overriden | - `choices`_ |
25+
| Overridden | - `choices`_ |
2626
| Options | |
2727
+-------------+-----------------------------------------------------------------------+
2828
| Inherited | - `multiple`_ |
@@ -39,15 +39,15 @@ you should just use the ``choice`` type directly.
3939
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType` |
4040
+-------------+-----------------------------------------------------------------------+
4141

42-
Overriden Options
43-
-----------------
42+
Overridden Options
43+
------------------
4444

4545
choices
4646
~~~~~~~
4747

4848
**default**: :method:`Symfony\\Component\\Locale\\Locale::getDisplayCountries`
4949

50-
The Country type defaults the choices option to the all locales which are
50+
The country type defaults the ``choices`` option to the all locales which are
5151
returned by :method:`Symfony\\Component\\Locale\\Locale::getDisplayCountries`.
5252
It uses the default locale to determine the language.
5353

reference/forms/types/csrf.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The ``csrf`` type is a hidden input field containing a CSRF token.
1212
| Options | - ``csrf_provider`` |
1313
| | - ``intention`` |
1414
+-------------+--------------------------------------------------------------------+
15-
| Overriden | - ``property_path`` |
15+
| Overridden | - ``property_path`` |
1616
| Options | |
1717
| | |
1818
+-------------+--------------------------------------------------------------------+
@@ -21,8 +21,8 @@ The ``csrf`` type is a hidden input field containing a CSRF token.
2121
| Class | :class:`Symfony\\Component\\Form\\Extension\\Csrf\\Type\\CsrfType` |
2222
+-------------+--------------------------------------------------------------------+
2323

24-
Overriden Options
25-
-----------------
24+
Overridden Options
25+
------------------
2626

2727
property_path
2828
~~~~~~~~~~~~~

reference/forms/types/date.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ day, and year) or three select boxes (see the `widget_` option).
2929
| | - `data_timezone`_ |
3030
| | - `user_timezone`_ |
3131
+----------------------+-----------------------------------------------------------------------------+
32-
| Overriden Options | - `by_reference`_ |
32+
| Overridden Options | - `by_reference`_ |
3333
| | - `error_bubbling`_ |
3434
+----------------------+-----------------------------------------------------------------------------+
3535
| Inherited | - `invalid_message`_ |

reference/forms/types/entity.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ objects from the database.
1717
| | - `query_builder`_ |
1818
| | - `em`_ |
1919
+-------------+------------------------------------------------------------------+
20-
| Overriden | - `choices` |
20+
| Overridden | - `choices` |
2121
| Options | - `choice_list` |
2222
+-------------+------------------------------------------------------------------+
2323
| Inherited | - `required`_ |
@@ -111,8 +111,8 @@ em
111111
If specified, the specified entity manager will be used to load the choices
112112
instead of the default entity manager.
113113

114-
Overriden Options
115-
-----------------
114+
Overridden Options
115+
------------------
116116

117117
choices
118118
~~~~~~~

reference/forms/types/form.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ form Field Type
66

77
See :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType`.
88

9-
Overriden Options
10-
-----------------
9+
Overridden Options
10+
------------------
1111

1212
empty_data
1313
~~~~~~~~~~

reference/forms/types/hidden.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The hidden type represents a hidden input field.
99
+-------------+----------------------------------------------------------------------+
1010
| Rendered as | ``input`` ``hidden`` field |
1111
+-------------+----------------------------------------------------------------------+
12-
| Overriden | - `required`_ |
12+
| Overridden | - `required`_ |
1313
| Options | - `error_bubbling`_ |
1414
+-------------+----------------------------------------------------------------------+
1515
| Inherited | - `data`_ |
@@ -20,8 +20,8 @@ The hidden type represents a hidden input field.
2020
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\HiddenType` |
2121
+-------------+----------------------------------------------------------------------+
2222

23-
Overriden Options
24-
-----------------
23+
Overridden Options
24+
------------------
2525

2626
required
2727
~~~~~~~~

reference/forms/types/language.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ you should just use the ``choice`` type directly.
2323
+-------------+------------------------------------------------------------------------+
2424
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
2525
+-------------+------------------------------------------------------------------------+
26-
| Overriden | - `choices`_ |
26+
| Overridden | - `choices`_ |
2727
| Options | |
2828
+-------------+------------------------------------------------------------------------+
2929
| Inherited | - `multiple`_ |
@@ -40,8 +40,8 @@ you should just use the ``choice`` type directly.
4040
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\LanguageType` |
4141
+-------------+------------------------------------------------------------------------+
4242

43-
Overriden Options
44-
-----------------
43+
Overridden Options
44+
------------------
4545

4646
choices
4747
~~~~~~~

reference/forms/types/locale.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ you should just use the ``choice`` type directly.
2424
+-------------+------------------------------------------------------------------------+
2525
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
2626
+-------------+------------------------------------------------------------------------+
27-
| Overriden | - `choices`_ |
27+
| Overridden | - `choices`_ |
2828
| Options | |
2929
+-------------+------------------------------------------------------------------------+
3030
| Inherited | - `multiple`_ |
@@ -41,8 +41,8 @@ you should just use the ``choice`` type directly.
4141
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\LanguageType` |
4242
+-------------+------------------------------------------------------------------------+
4343

44-
Overriden Options
45-
-----------------
44+
Overridden Options
45+
------------------
4646

4747
choices
4848
~~~~~~~

reference/forms/types/repeated.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ accuracy.
1717
| | - `first_name`_ |
1818
| | - `second_name`_ |
1919
+-------------+------------------------------------------------------------------------+
20-
| Overriden | - `error_bubbling`_ |
20+
| Overridden | - `error_bubbling`_ |
2121
| Options | |
2222
+-------------+------------------------------------------------------------------------+
2323
| Inherited | - `invalid_message`_ |
@@ -139,8 +139,8 @@ second_name
139139

140140
The same as ``first_name``, but for the second field.
141141

142-
Overriden Options
143-
-----------------
142+
Overridden Options
143+
------------------
144144

145145
error_bubbling
146146
~~~~~~~~~~~~~~

reference/forms/types/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ as a ``DateTime`` object, a string, a timestamp or an array.
2424
| | - `data_timezone`_ |
2525
| | - `user_timezone`_ |
2626
+----------------------+-----------------------------------------------------------------------------+
27-
| Overriden Options | - `by_reference`_ |
27+
| Overridden Options | - `by_reference`_ |
2828
| | - `error_bubbling`_ |
2929
+----------------------+-----------------------------------------------------------------------------+
3030
| Inherited | - `invalid_message`_ |

reference/forms/types/timezone.rst

Lines changed: 3 additions & 3 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-
| Overriden | - `choice_list`_ |
21+
| Overridden | - `choice_list`_ |
2222
| Options | |
2323
+-------------+------------------------------------------------------------------------+
2424
| Inherited | - `multiple`_ |
@@ -35,8 +35,8 @@ you should just use the ``choice`` type directly.
3535
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\TimezoneType` |
3636
+-------------+------------------------------------------------------------------------+
3737

38-
Overriden Options
39-
-----------------
38+
Overridden Options
39+
------------------
4040

4141
choice_list
4242
~~~~~~~~~~~

0 commit comments

Comments
 (0)