Skip to content

Renaming cookbook "Dynamic Form Generation" #2140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 27, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ Learn more from the Cookbook
* :doc:`File Field Reference </reference/forms/types/file>`
* :doc:`Creating Custom Field Types </cookbook/form/create_custom_field_type>`
* :doc:`/cookbook/form/form_customization`
* :doc:`/cookbook/form/dynamic_form_generation`
* :doc:`/cookbook/form/dynamic_form_modification`
* :doc:`/cookbook/form/data_transformers`

.. _`Symfony2 Form Component`: https://github.com/symfony/Form
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. index::
single: Form; Events

How to Dynamically Generate Forms Using Form Events
How to Dynamically Modify Forms Using Form Events
===================================================

Before jumping right into dynamic form generation, let's have a quick review
Expand Down
2 changes: 1 addition & 1 deletion cookbook/form/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Form

form_customization
data_transformers
dynamic_form_generation
dynamic_form_modification
form_collections
create_custom_field_type
create_form_type_extension
Expand Down
2 changes: 1 addition & 1 deletion cookbook/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

* :doc:`/cookbook/form/form_customization`
* :doc:`/cookbook/form/data_transformers`
* :doc:`/cookbook/form/dynamic_form_generation`
* :doc:`/cookbook/form/dynamic_form_modification`
* :doc:`/cookbook/form/form_collections`
* :doc:`/cookbook/form/create_custom_field_type`
* :doc:`/cookbook/form/create_form_type_extension`
Expand Down
1 change: 1 addition & 0 deletions redirection_map
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/cookbook/doctrine/migrations /bundles/DoctrineFixturesBundle/index
/cookbook/doctrine/doctrine_fixtures /bundles/DoctrineFixturesBundle/index
/cookbook/doctrine/mongodb /bundles/DoctrineMongoDBBundle/index
/cookbook/form/dynamic_form_generation /cookbook/form/dynamic_form_modification
/cookbook/form/simple_signup_form_with_mongodb /bundles/DoctrineMongoDBBundle/form
/cookbook/email /cookbook/email/email
/cookbook/gmail /cookbook/email/gmail
Expand Down