From 4afd8a41e83bbc443d7946336e9dae03418d720f Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 6 Apr 2014 12:36:38 +0200 Subject: [PATCH] [Book] add note about services and the service container in the form chapter --- book/forms.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/forms.rst b/book/forms.rst index 6d29811b73f..da3a19f291a 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -1101,6 +1101,12 @@ Defining your Forms as Services Defining your form type as a service is a good practice and makes it really easy to use in your application. +.. note:: + + Services and the service container will be handled + :doc:`later on in this book `. Things will be + more clear after reading that chapter. + .. configuration-block:: .. code-block:: yaml