Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4afd8a4

Browse files
committed
[Book] add note about services and the service container in the form chapter
1 parent 2b8e44d commit 4afd8a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

book/forms.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,12 @@ Defining your Forms as Services
11011101
Defining your form type as a service is a good practice and makes it really
11021102
easy to use in your application.
11031103

1104+
.. note::
1105+
1106+
Services and the service container will be handled
1107+
:doc:`later on in this book </book/service_container>`. Things will be
1108+
more clear after reading that chapter.
1109+
11041110
.. configuration-block::
11051111

11061112
.. code-block:: yaml

0 commit comments

Comments
 (0)