Skip to content

Commit

Permalink
minor #3766 [Book] add note about services and the service container …
Browse files Browse the repository at this point in the history
…in the form cha... (xabbuh)

This PR was merged into the 2.3 branch.

Discussion
----------

[Book] add note about services and the service container in the form cha...

...pter

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Services and the service container were not explained when reading the form chapter. Thus, I thought it is worth mentioning how to learn more about them if people get confused with all the new terms.

Commits
-------

4afd8a4 [Book] add note about services and the service container in the form chapter
  • Loading branch information
weaverryan committed Apr 12, 2014
2 parents 4529858 + 4afd8a4 commit daa81a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </book/service_container>`. Things will be
more clear after reading that chapter.

.. configuration-block::

.. code-block:: yaml
Expand Down

0 comments on commit daa81a0

Please sign in to comment.