@@ -60,26 +60,25 @@ Find out by running:
60
60
61
61
.. code-block :: terminal
62
62
63
- $ php app/console debug:container
64
-
65
- This is just a *small * sample of the output:
66
-
67
- =============================== =======================================================================
68
- Service ID Class name
69
- =============================== =======================================================================
70
- doctrine ``Doctrine\Bundle\DoctrineBundle\Registry ``
71
- filesystem ``Symfony\Component\Filesystem\Filesystem ``
72
- form.factory ``Symfony\Component\Form\FormFactory ``
73
- logger ``Symfony\Bridge\Monolog\Logger ``
74
- request_stack ``Symfony\Component\HttpFoundation\RequestStack ``
75
- router ``Symfony\Bundle\FrameworkBundle\Routing\Router ``
76
- security.authorization_checker ``Symfony\Component\Security\Core\Authorization\AuthorizationChecker ``
77
- security.password_encoder ``Symfony\Component\Security\Core\Encoder\UserPasswordEncoder ``
78
- session ``Symfony\Component\HttpFoun
8000
dation\Session\Session ``
79
- translator ``Symfony\Component\Translation\DataCollectorTranslator ``
80
- twig ``Twig\Environment ``
81
- validator ``Symfony\Component\Validator\Validator\ValidatorInterface ``
82
- =============================== =======================================================================
63
+ $ php app/console debug:container
64
+
65
+ # this is just a *small* sample of the output...
66
+ =============================== =======================================================================
67
+ Service ID Class name
68
+ =============================== =======================================================================
69
+ doctrine ``Doctrine\Bundle\DoctrineBundle\Registry``
70
+ filesystem ``Symfony\Component\Filesystem\Filesystem``
71
+ form.factory ``Symfony\Component\Form\FormFactory``
72
+ logger ``Symfony\Bridge\Monolog\Logger``
73
+ request_stack ``Symfony\Component\HttpFoundation\RequestStack``
74
+ router ``Symfony\Bundle\FrameworkBundle\Routing\Router``
75
+ security.authorization_checker ``Symfony\Component\Security\Core\Authorization\AuthorizationChecker``
76
+ security.password_encoder ``Symfony\Component\Security\Core\Encoder\UserPasswordEncoder``
77
+ session ``Symfony\Component\HttpFoundation\Session\Session``
78
+ translator ``Symfony\Component\Translation\DataCollectorTranslator``
79
+ twig ``Twig\Environment``
80
+ validator ``Symfony\Component\Validator\Validator\ValidatorInterface``
81
+ =============================== =======================================================================
83
82
84
83
Throughout the docs, you'll see how to use the many different services that live
85
84
in the container.
0 commit comments