diff --git a/cookbook/form/index.rst b/cookbook/form/index.rst index d148a76ac55..5aea7405d4c 100644 --- a/cookbook/form/index.rst +++ b/cookbook/form/index.rst @@ -14,3 +14,8 @@ Form unit_testing use_empty_data direct_submit + +.. toctree:: + :hidden: + + use_virtuals_forms diff --git a/cookbook/form/use_virtuals_forms.rst b/cookbook/form/use_virtuals_forms.rst new file mode 100644 index 00000000000..9f8ed394cff --- /dev/null +++ b/cookbook/form/use_virtuals_forms.rst @@ -0,0 +1,5 @@ +How to use the Virtual Form Field Option +======================================== + +As of Symfony 2.3, the ``virtual`` option is renamed to ``inherit_data``. You +can read everything about the new option in ":doc:`/cookbook/form/inherit_data_option`". diff --git a/redirection_map b/redirection_map index 98f19697f46..36dd9800c63 100644 --- a/redirection_map +++ b/redirection_map @@ -20,5 +20,4 @@ /components/routing /components/routing/introduction /cookbook/console/generating_urls /cookbook/console/sending_emails /components/yaml /components/yaml/introduction -/cookbook/form/use_virtuals_forms /cookbook/form/inherit_data_option /components/templating /components/templating/introduction