File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1517,7 +1517,7 @@ Learn more from the Cookbook
1517
1517
* :doc: `File Field Reference </reference/forms/types/file >`
1518
1518
* :doc: `Creating Custom Field Types </cookbook/form/create_custom_field_type >`
1519
1519
* :doc: `/cookbook/form/form_customization `
1520
- * :doc: `/cookbook/form/dynamic_form_generation `
1520
+ * :doc: `/cookbook/form/dynamic_form_modification `
1521
1521
* :doc: `/cookbook/form/data_transformers `
1522
1522
1523
1523
.. _`Symfony2 Form Component` : https://github.com/symfony/Form
Original file line number Diff line number Diff line change 1
1
.. index ::
2
2
single: Form; Events
3
3
4
- How to Dynamically Generate Forms Using Form Events
4
+ How to Dynamically Modify Forms Using Form Events
5
5
===================================================
6
6
7
7
Before jumping right into dynamic form generation, let's have a quick review
Original file line number Diff line number Diff line change 6
6
7
7
form_customization
8
8
data_transformers
9
- dynamic_form_generation
9
+ dynamic_form_modification
10
10
form_collections
11
11
create_custom_field_type
12
12
create_form_type_extension
Original file line number Diff line number Diff line change 74
74
75
75
* :doc:` /cookbook/form/form_customization`
76
76
* :doc:` /cookbook/form/data_transformers`
77
- * :doc:` /cookbook/form/dynamic_form_generation `
77
+ * :doc:` /cookbook/form/dynamic_form_modification `
78
78
* :doc:` /cookbook/form/form_collections`
79
79
* :doc:` /cookbook/form/create_custom_field_type`
80
80
* :doc:` /cookbook/form/create_form_type_extension`
Original file line number Diff line number Diff line change 1
1
/cookbook/doctrine/migrations /bundles/DoctrineFixturesBundle/index
2
2
/cookbook/doctrine/doctrine_fixtures /bundles/DoctrineFixturesBundle/index
3
3
/cookbook/doctrine/mongodb /bundles/DoctrineMongoDBBundle/index
4
+ /cookbook/form/dynamic_form_generation /cookbook/form/dynamic_form_modification
4
5
/cookbook/form/simple_signup_form_with_mongodb /bundles/DoctrineMongoDBBundle/form
5
6
/cookbook/email /cookbook/email/email
6
7
/cookbook/gmail /cookbook/email/gmail
You can’t perform that action at this time.
0 commit comments