File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -970,7 +970,7 @@ form with many ``Product`` sub-forms). This is done by using the ``collection``
970
970
field type.
971
971
972
972
For more information see the ":doc: `/cookbook/form/form_collections `" cookbook
973
- entry and the :ref : `collection</reference/forms/types/collection> ` field type reference.
973
+ entry and the :doc : `collection</reference/forms/types/collection> ` field type reference.
974
974
975
975
.. index ::
976
976
single: Forms; Theming
@@ -1319,7 +1319,7 @@ The CSRF token can be customized on a form-by-form basis. For example::
1319
1319
1320
1320
To disable CSRF protection, set the ``csrf_protection `` option to false.
1321
1321
Customizations can also be made globally in your project. For more information,
1322
- see the :ref: `form configuration reference </ reference-frameworkbundle-forms >`
1322
+ see the :ref: `form configuration reference <reference-framework-form >`
1323
1323
section.
1324
1324
1325
1325
.. note ::
Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ Using XPath expressions is really easy::
55
55
56
56
.. tip ::
57
57
58
- :phpmethod: `DOMXPath::query ` is used internally to actually perform
59
- an XPath query.
58
+ ``DOMXPath::query `` is used internally to actually perform an XPath query.
60
59
61
60
Filtering is even easier if you have the ``CssSelector `` Component installed.
62
61
This allows you to use jQuery-like selectors to traverse::
@@ -232,7 +231,7 @@ than just return the ``action`` attribute of the form. If the form method
232
231
is GET, then it mimics the browsers behavior and returns a the ``action ``
233
232
attribute followed by a query string of all of the form's values.
234
233
235
- You can virtually set and get values on the form
234
+ You can virtually set and get values on the form::
236
235
237
236
// set values on the form internally
238
237
$form->setValues(array(
Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ services related to testing your application (e.g. ``test.client``) are loaded.
90
90
This setting should be present in your ``test `` environment (usually via
91
91
``app/config/config_test.yml ``). For more information, see :doc: `/book/testing `.
92
92
93
+ .. _reference-framework-form :
94
+
93
95
form
94
96
~~~~
95
97
You can’t perform that action at this time.
0 commit comments