File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,19 @@ The hidden type represents a hidden input field.
9
9
+-------------+----------------------------------------------------------------------+
10
10
| Rendered as | ``input `` ``hidden `` field |
11
11
+-------------+----------------------------------------------------------------------+
12
- | Parent type | ``field `` |
12
+ | Inherited | - ``data `` |
13
+ | options | - ``property_path `` |
14
+ +-------------+----------------------------------------------------------------------+
15
+ | Parent type | :doc: `field</reference/forms/types/field> ` |
13
16
+-------------+----------------------------------------------------------------------+
14
17
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ HiddenType ` |
15
18
+-------------+----------------------------------------------------------------------+
19
+
20
+ Inherited Options
21
+ -----------------
22
+
23
+ These options inherit from the :doc: `field</reference/forms/types/field> ` type:
24
+
25
+ .. include :: /reference/forms/types/options/data.rst.inc
26
+
27
+ .. include :: /reference/forms/types/options/property_path.rst.inc
You can’t perform that action at this time.
0 commit comments