We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9f0c2f1 commit83b6c8fCopy full SHA for 83b6c8f
book/forms.rst
@@ -835,8 +835,8 @@ form "type"). It can be used to quickly build a form object in the controller::
835
836
..tip::
837
838
- Defining your form as a service is a good practice and make it easily usable in
839
- your application. First, you must tag your form as a form type in the service container:
+ Defining your formtypeas a service is a good practice and make it easily usable in
+ your application:
840
841
..configuration-block::
842
@@ -870,7 +870,7 @@ form "type"). It can be used to quickly build a form object in the controller::
870
))
871
;
872
873
- That's it! Now you can use your form directly in a controller::
+ That's it! Now you can use your formtypedirectly in a controller::
874
875
// src/Acme/TaskBundle/Controller/DefaultController.php
876