@@ -60,26 +60,25 @@ Find out by running:
6060
6161.. code-block :: terminal
6262
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\HttpFoundation\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+ =============================== =======================================================================
8382
8483 Throughout the docs, you'll see how to use the many different services that live
8584in the container.
0 commit comments