8000 [#3010] Fixing more instances of using the wrong label in some links … · Dhee/symfony-docs@4848f40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4848f40

Browse files
committed
[symfony#3010] Fixing more instances of using the wrong label in some links in form reference section
1 parent e2a274f commit 4848f40

26 files changed

+38
-38
lines changed

reference/forms/types/birthday.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ These options inherit from the :doc:`date </reference/forms/types/date>` type:
7474

7575
.. include:: /reference/forms/types/options/user_timezone.rst.inc
7676

77-
These options inherit from the :doc:`date </reference/forms/types/form>` type:
77+
These options inherit from the :doc:`form </reference/forms/types/form>` type:
7878

7979
.. include:: /reference/forms/t 6D40 ypes/options/invalid_message.rst.inc
8080

reference/forms/types/checkbox.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if the box is unchecked, the value will be set to false.
2121
| | - `error_mapping`_ |
2222
| | - `mapped`_ |
2323
+-------------+------------------------------------------------------------------------+
24-
| Parent type | :doc:`field </reference/forms/types/form>` |
24+
| Parent type | :doc:`form </reference/forms/types/form>` |
2525
+-------------+------------------------------------------------------------------------+
2626
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\CheckboxType` |
2727
+-------------+------------------------------------------------------------------------+
@@ -50,7 +50,7 @@ not affect the value that's set on your object.
5050
Inherited options
5151
-----------------
5252

53-
These options inherit from the :doc:`field </reference/forms/types/form>` type:
53+
These options inherit from the :doc:`form </reference/forms/types/form>` type:
5454

5555
.. include:: /reference/forms/types/options/required.rst.inc
5656

reference/forms/types/choice.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ option.
3131
| | - `by_reference`_ |
3232
| | - `empty_data`_ |
3333
+-------------+------------------------------------------------------------------------------+
34-
| Parent type | :doc:`form </reference/forms/types/form>` (if expanded), ``field`` otherwise |
34+
| Parent type | :doc:`form </reference/forms/types/form>` |
3535
+-------------+------------------------------------------------------------------------------+
3636
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType` |
3737
+-------------+------------------------------------------------------------------------------+
@@ -110,7 +110,7 @@ can be created to supply the choices.
110110
Inherited options
111111
-----------------
112112

113-
These options inherit from the :doc:`field </reference/forms/types/form& F438 gt;` type:
113+
These options inherit from the :doc:`form </reference/forms/types/form>` type:
114114

115115
.. include:: /reference/forms/types/options/required.rst.inc
116116

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ replaced with the same value.
339339
Inherited options
340340
-----------------
341341

342-
These options inherit from the :doc:`field </reference/forms/types/form>` type.
342+
These options inherit from the :doc:`form </reference/forms/types/form>` type.
343343
Not all options are listed here - only the most applicable to this type:
344344

345345
.. include:: /reference/forms/types/options/label.rst.inc

reference/forms/types/country.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ These options inherit from the :doc:`choice </reference/forms/types/choice>` typ
7171

7272
.. include:: /reference/forms/types/options/error_mapping.rst.inc
7373

74-
These options inherit from the :doc:`date </reference/forms/types/form>` type:
74+
These options inherit from the :doc:`form </reference/forms/types/form>` type:
7575

7676
.. include:: /reference/forms/types/options/required.rst.inc
7777

reference/forms/types/date.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ error_bubbling
136136
Inherited options
137137
-----------------
138138

139-
These options inherit from the :doc:`field </reference/forms/types/form>` type:
139+
These options inherit from the :doc:`form </reference/forms/types/form>` type:
140140

141141
.. include:: /reference/forms/types/options/invalid_message.rst.inc
142142

reference/forms/types/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ for more details.
109109
Inherited options
110110
-----------------
111111

112-
These options inherit from the :doc:`field </reference/forms/types/form>` type:
112+
These options inherit from the :doc:`form </reference/forms/types/form>` type:
113113

114114
.. include:: /reference/forms/types/options/invalid_message.rst.inc
115115

reference/forms/types/email.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ The ``email`` field is a text field that is rendered using the HTML5
2020
| | - `error_mapping`_ |
2121
| | - `mapped`_ |
2222
+-------------+---------------------------------------------------------------------+
23-
| Parent type | :doc:`field </reference/forms/types/form>` |
23+
| Parent type | :doc:`form </reference/forms/types/form>` |
2424
+-------------+---------------------------------------------------------------------+
2525
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailType` |
2626
+-------------+---------------------------------------------------------------------+
2727

2828
Inherited Options
2929
-----------------
3030

31-
These options inherit from the :doc:`field </reference/forms/types/form>` type:
31+
These options inherit from the :doc:`form </reference/forms/types/form>` type:
3232

3333
.. include:: /reference/forms/types/options/max_length.rst.inc
3434

reference/forms/types/entity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ These options inherit from the :doc:`choice </reference/forms/types/choice>` typ
162162

163163
.. include:: /reference/forms/types/options/empty_value.rst.inc
164164

165-
These options inherit from the :doc:`field </reference/forms/types/form>` type:
165+
These options inherit from the :doc:`form </reference/forms/types/form>` type:
166166

167167
.. include:: /reference/forms/types/options/required.rst.inc
168168

reference/forms/types/file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ how to manage a file upload associated with a Doctrine entity.
8484
Inherited options
8585
-----------------
8686

87-
These options inherit from the :doc:`field </reference/forms/types/form>` type:
87+
These options inherit from the :doc:`form </reference/forms/types/form>` type:
8888

8989
.. include:: /reference/forms/types/options/required.rst.inc
9090

0 commit comments

Comments
 (0)
0