@@ -15,11 +15,6 @@ the data can be a ``DateTime`` object, a string, a timestamp or an array.
15
15
+----------------------+-----------------------------------------------------------------------------+
16
16
| Rendered as | single text box or three select fields |
17
17
+----------------------+-----------------------------------------------------------------------------+
18
- | Overridden options | - `by_reference `_ |
19
- | | - `compound `_ |
20
- | | - `data_class `_ |
21
- | | - `error_bubbling `_ |
22
- +----------------------+-----------------------------------------------------------------------------+
23
18
| Options | - `date_format `_ |
24
19
| | - `date_widget `_ |
25
20
| | - `days `_ |
@@ -38,6 +33,11 @@ the data can be a ``DateTime`` object, a string, a timestamp or an array.
38
33
| | - `with_seconds `_ |
39
34
| | - `years `_ |
40
35
+----------------------+-----------------------------------------------------------------------------+
36
+ | Overridden options | - `by_reference `_ |
37
+ | | - `compound `_ |
38
+ | | - `data_class `_ |
39
+ | | - `error_bubbling `_ |
40
+ +----------------------+-----------------------------------------------------------------------------+
41
41
| Inherited | - `data `_ |
42
42
| options | - `disabled `_ |
43
43
| | - `inherit_data `_ |
@@ -51,25 +51,6 @@ the data can be a ``DateTime`` object, a string, a timestamp or an array.
51
51
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ DateTimeType ` |
52
52
+----------------------+-----------------------------------------------------------------------------+
53
53
54
- Overridden Options
55
- ------------------
56
-
57
- by_reference
58
- ~~~~~~~~~~~~
59
-
60
- **default **: ``false ``
61
-
62
- The ``DateTime `` classes are treated as immutable objects.
63
-
64
- .. include :: /reference/forms/types/options/compound_type.rst.inc
65
-
66
- .. include :: /reference/forms/types/options/data_class_date.rst.inc
67
-
68
- error_bubbling
69
- ~~~~~~~~~~~~~~
70
-
71
- **default **: ``false ``
72
-
73
54
Field Options
74
55
-------------
75
56
@@ -155,6 +136,25 @@ with the `date_widget`_ and `time_widget`_ options.
155
136
156
137
.. include :: /reference/forms/types/options/years.rst.inc
157
138
139
+ Overridden Options
140
+ ------------------
141
+
142
+ by_reference
143
+ ~~~~~~~~~~~~
144
+
145
+ **default **: ``false ``
146
+
147
+ The ``DateTime `` classes are treated as immutable objects.
148
+
149
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
150
+
151
+ .. include :: /reference/forms/types/options/data_class_date.rst.inc
152
+
153
+ error_bubbling
154
+ ~~~~~~~~~~~~~~
155
+
156
+ **default **: ``false ``
157
+
158
158
Inherited Options
159
159
-----------------
160
160
0 commit comments