From 9ab27f03a263c207031b14b235b34ef0785825da Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Fri, 28 Apr 2017 22:52:53 +0200 Subject: [PATCH] Add xml files --- service_container.rst | 113 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 106 insertions(+), 7 deletions(-) diff --git a/service_container.rst b/service_container.rst index 14150161afa..88d5990d849 100644 --- a/service_container.rst +++ b/service_container.rst @@ -135,7 +135,20 @@ the service container *how* to instantiate it: .. code-block:: xml - TODO + + + + + + + + + + + .. code-block:: php @@ -284,7 +297,19 @@ the new ``Updates`` sub-directory: .. code-block:: xml - TODO + + + + + + + + + + .. code-block:: php @@ -375,7 +400,24 @@ pass here. No problem! In your configuration, you can explicitly set this argume .. code-block:: xml - TODO + + + + + + + + + + + + %admin_email% + + + .. code-block:: php @@ -412,7 +454,25 @@ and reference it with the ``%parameter_name%`` syntax: .. code-block:: xml - TODO + + + + + + manager@example.com + + + + + + + %admin_email% + + + .. code-block:: php @@ -495,7 +555,21 @@ But, you can control this and pass in a different logger: .. code-block:: xml - TODO + + + + + + + + + + + + .. code-block:: php @@ -538,7 +612,20 @@ as a service, and :doc:`tag ` it with ``twig.extension` .. code-block:: xml - TODO + + + + + + + + + + + .. code-block:: php @@ -565,7 +652,19 @@ is this: .. code-block:: xml - TODO + + + + + + + + + + .. code-block:: php