From 889e68bbf0918bd074014ba67edde6a792b3e437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20Furculita=20=E2=99=BB?= Date: Sat, 5 Aug 2017 13:30:57 +0300 Subject: [PATCH 1/2] Delete use_virtuals_forms.rst As this is about an option from Symfony 2 and removed years ago in Symfony 2.3, this can be removed from the docs for Symfony 3 --- form/use_virtuals_forms.rst | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 form/use_virtuals_forms.rst diff --git a/form/use_virtuals_forms.rst b/form/use_virtuals_forms.rst deleted file mode 100644 index 6e09d09e383..00000000000 --- a/form/use_virtuals_forms.rst +++ /dev/null @@ -1,8 +0,0 @@ -How to Use the virtual Form Field Option -======================================== - -.. caution:: - - As of Symfony 2.3, the ``virtual`` option is renamed to ``inherit_data``. - You can read everything about the new option in - ":doc:`/form/inherit_data_option`". From ee9474b27fc155a6d33e5dd2065551f454c0dac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20Furculita=20=E2=99=BB?= Date: Sat, 5 Aug 2017 13:32:53 +0300 Subject: [PATCH 2/2] Update forms.rst --- forms.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/forms.rst b/forms.rst index 7e5a91bd4b0..051ec7874ab 100644 --- a/forms.rst +++ b/forms.rst @@ -695,12 +695,6 @@ There's a lot more to learn and a lot of *powerful* tricks in the form system. Learn more ---------- - -.. toctree:: - :hidden: - - form/use_virtuals_forms - .. toctree:: :maxdepth: 1 :glob: