Skip to content

Explain form() and form_widget() in form customization #4399

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
Nov 20, 2014

Conversation

wouterj
Copy link
Member

@wouterj wouterj commented Oct 31, 2014

Continues #4365

Q A
Doc fix? yes
New docs? no
Applies to all
Fixed tickets -

Original PR description:

In the Form chapter of Book for Symfony 2.3, we use {{ form(form) }} to render the entire form ( in contrast to {{ form_widget(form) }} for older version of Symfony ). so maybe it should use {{ form(form) }} here for consistency.

oopsFrogs and others added 2 commits October 24, 2014 08:11
In the Form chapter of Book for Symphony 2.3, we use '{{ form(form) }}' to render the entire form ( in contrast to '{{ form_widget(form) }}' for older version of Symfony ). so maybe it should use '{{ form(form) }}' here for consistency.
@weaverryan
Copy link
Member

Thanks Wouter!

@weaverryan weaverryan merged commit 0086c5e into 2.3 Nov 20, 2014
weaverryan added a commit that referenced this pull request Nov 20, 2014
…opsFrogs, WouterJ)

This PR was merged into the 2.3 branch.

Discussion
----------

Explain form() and form_widget() in form customization

Continues #4365

| Q   | A
| --- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | -

Original PR description:

> In the Form chapter of Book for Symfony 2.3, we use `{{ form(form) }}` to render the entire form ( in contrast to `{{ form_widget(form) }}` for older version of Symfony ). so maybe it should use `{{ form(form) }}` here for consistency.

Commits
-------

0086c5e Applied suggestion by Ryan
d653ff4 Update form_customization.rst
@wouterj wouterj deleted the oopsFrogs-patch-2 branch November 20, 2014 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants