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.
1 parent 3b9db1f commit 6d282e4Copy full SHA for 6d282e4
form/form_dependencies.rst
@@ -1,7 +1,7 @@
1
How to Access Services or Config from Inside a Form
2
===================================================
3
4
-Sometimes, you may need to access a :doc:`services </service_container>` or other
+Sometimes, you may need to access a :doc:`service </service_container>` or other
5
configuration from inside of your form class. To do this, you have 2 options:
6
7
1) Pass Options to your Form
@@ -45,7 +45,7 @@ create your form::
45
}
46
47
Finally, the ``entity_manager`` option is accessible in the ``$options`` argument
48
-if your ``buildForm`` method::
+of your ``buildForm`` method::
49
50
// src/AppBundle/Form/TaskType.php
51
// ...
0 commit comments