8000 Updated formatting. This piece of the docs was easily missed : http:/… · web-dev/symfony-docs@29a9eb8 · GitHub
[go: up one dir, main page]

Skip to content
< 10000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

Commit 29a9eb8

Browse files
leevigrahamweaverryan
authored andcommitted
Updated formatting. This piece of the docs was easily missed : http://symfony.com/doc/2.0/reference/forms/types/field.html
1 parent bc917b1 commit 29a9eb8

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
* ``property_path`` [type: any, default: the field's value]
2-
Fields display a property value of the form's domain object by default. When
3-
the form is submitted, the submitted value is written back into the object.
1+
property_path
2+
~~~~~~~~~~~~~
43

5-
If you want to override the property that a field reads from and writes to,
6-
you can set the ``property_path`` option. Its default value is the field's
7-
name.
4+
**type**: ``any`` **default**: ``the field's value``
5+
6+
Fields display a property value of the form's domain object by default. When
7+
the form is submitted, the submitted value is written back into the object.
8+
9+
If you want to override the property that a field reads from and writes to,
10+
you can set the ``property_path`` option. Its default value is the field's
11+
name.

0 commit comments

Comments
 (0)
0