You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #4399 Explain form() and form_widget() in form customization (oopsFrogs, 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
0 commit comments