Skip to content

Commit 0742bf8

Browse files
committed
Merge pull request symfony#2808 from xabbuh/issue-2802
remove remaining references to the virtual option
2 parents f709041 + 7a60abd commit 0742bf8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

reference/forms/types/date.rst

-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ day, and year) or three select boxes (see the `widget_` option).
3838
| | - `disabled`_ |
3939
| | - `mapped`_ |
4040
| | - `inherit_data`_ |
41-
| | - `virtual`_ |
4241
| | - `error_mapping`_ |
4342
+----------------------+-----------------------------------------------------------------------------+
4443
| Parent type | ``field`` (if text), ``form`` otherwise |
@@ -151,6 +150,4 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
151150

152151
.. include:: /reference/forms/types/options/inherit_data.rst.inc
153152

154-
.. include:: /reference/forms/types/options/virtual.rst.inc
155-
156153
.. include:: /reference/forms/types/options/error_mapping.rst.inc

reference/forms/types/time.rst

-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ as a ``DateTime`` object, a string, a timestamp or an array.
3434
| | - `disabled`_ |
3535
| | - `mapped`_ |
3636
| | - `inherit_data`_ |
37-
| | - `virtual`_ |
3837
| | - `error_mapping`_ |
3938
+----------------------+-----------------------------------------------------------------------------+
4039
| Parent type | form |
@@ -152,6 +151,4 @@ These options inherit from the :doc:`field</reference/forms/types/form>` type:
152151

153152
.. include:: /reference/forms/types/options/inherit_data.rst.inc
154153

155-
.. include:: /reference/forms/types/options/virtual.rst.inc
156-
157154
.. include:: /reference/forms/types/options/error_mapping.rst.inc

0 commit comments

Comments
 (0)