@@ -62,22 +62,22 @@ What other services are available? Find out by running:
6262 $ php bin/console debug:container
6363
6464 # this is just a *small* sample of the output...
65- =============================== =======================================================================
65+ =============================== ==================================================================
6666 Service ID Class name
67- =============================== =======================================================================
68- doctrine `` Doctrine\Bundle\DoctrineBundle\Registry``
69- filesystem `` Symfony\Component\Filesystem\Filesystem``
70- form.factory `` Symfony\Component\Form\FormFactory``
71- logger `` Symfony\Bridge\Monolog\Logger``
72- request_stack `` Symfony\Component\HttpFoundation\RequestStack``
73- router `` Symfony\Bundle\FrameworkBundle\Routing\Router``
74- security.authorization_checker `` Symfony\Component\Security\Core\Authorization\AuthorizationChecker``
75- security.password_encoder `` Symfony\Component\Security\Core\Encoder\UserPasswordEncoder``
76- session `` Symfony\Component\HttpFoundation\Session\Session``
77- translator `` Symfony\Component\Translation\DataCollectorTranslator``
78- twig `` Twig\Environment``
79- validator `` Symfony\Component\Validator\Validator\ValidatorInterface``
80- =============================== =======================================================================
67+ =============================== ==================================================================
68+ doctrine Doctrine\Bundle\DoctrineBundle\Registry
69+ filesystem Symfony\Component\Filesystem\Filesystem
70+ form.factory Symfony\Component\Form\FormFactory
71+ logger Symfony\Bridge\Monolog\Logger
72+ request_stack Symfony\Component\HttpFoundation\RequestStack
73+ router Symfony\Bundle\FrameworkBundle\Routing\Router
74+ security.authorization_checker Symfony\Component\Security\Core\Authorization\AuthorizationChecker
75+ security.password_encoder Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
76+ session Symfony\Component\HttpFoundation\Session\Session
77+ translator Symfony\Component\Translation\DataCollectorTranslator
78+ twig Twig\Environment
79+ validator Symfony\Component\Validator\Validator\ValidatorInterface
80+ =============================== ==================================================================
8181
8282 You can also use the unique "Service ID" to access a service directly::
8383
0 commit comments