Skip to content

Commit aea062b

Browse files
committed
Renamed file cookbook/form/dynamic_form_generation
1 parent 181e3f9 commit aea062b

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ Learn more from the Cookbook
15161516
* :doc:`File Field Reference </reference/forms/types/file>`
15171517
* :doc:`Creating Custom Field Types </cookbook/form/create_custom_field_type>`
15181518
* :doc:`/cookbook/form/form_customization`
1519-
* :doc:`/cookbook/form/dynamic_form_generation`
1519+
* :doc:`/cookbook/form/dynamic_form_modification`
15201520
* :doc:`/cookbook/form/data_transformers`
15211521

15221522
.. _`Symfony2 Form Component`: https://github.com/symfony/Form

cookbook/form/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Form
66

77
form_customization
88
data_transformers
9-
dynamic_form_generation
9+
dynamic_form_modification
1010
form_collections
1111
create_custom_field_type
1212
create_form_type_extension

cookbook/map.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
* :doc:`/cookbook/form/form_customization`
7575
* :doc:`/cookbook/form/data_transformers`
76-
* :doc:`/cookbook/form/dynamic_form_generation`
76+
* :doc:`/cookbook/form/dynamic_form_modification`
7777
* :doc:`/cookbook/form/form_collections`
7878
* :doc:`/cookbook/form/create_custom_field_type`
7979
* :doc:`/cookbook/form/create_form_type_extension`

redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/cookbook/doctrine/migrations /bundles/DoctrineFixturesBundle/index
22
/cookbook/doctrine/doctrine_fixtures /bundles/DoctrineFixturesBundle/index
33
/cookbook/doctrine/mongodb /bundles/DoctrineMongoDBBundle/index
4+
/cookbook/form/dynamic_form_generation /cookbook/form/dynamic_form_modification
45
/cookbook/form/simple_signup_form_with_mongodb /bundles/DoctrineMongoDBBundle/form
56
/cookbook/email /cookbook/email/email
67
/cookbook/gmail /cookbook/email/gmail

0 commit comments

Comments
 (0)