Thanks to visit codestin.com Credit goes to github.com
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 b491d2d commit e327c46Copy full SHA for e327c46
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
@@ -44,7 +44,7 @@ create your form::
44
}
45
46
Finally, the ``entity_manager`` option is accessible in the ``$options`` argument
47
-if your ``buildForm`` method::
+of your ``buildForm`` method::
48
49
// src/AppBundle/Form/TaskType.php
50
// ...
0 commit comments