We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a1a45c + 32cdca7 commit d36f66dCopy full SHA for d36f66d
book/forms.rst
@@ -1234,7 +1234,7 @@ renders the form:
1234
1235
{% form_theme form 'AcmeTaskBundle:Form:fields.html.twig' 'AcmeTaskBundle:Form:fields2.html.twig' %}
1236
1237
- <form ...>
+ <!-- ... render the form -->
1238
1239
.. code-block:: html+php
1240
@@ -1243,7 +1243,7 @@ renders the form:
1243
1244
<?php $view['form']->setTheme($form, array('AcmeTaskBundle:Form', 'AcmeTaskBundle:Form')) ?>
1245
1246
1247
1248
The ``form_theme`` tag (in Twig) "imports" the fragments defined in the given
1249
template and uses them when rendering the form. In other words, when the
0 commit comments