@@ -62,22 +62,22 @@ What other services are available? Find out by running:
62
62
$ php bin/console debug:container
63
63
64
64
# this is just a *small* sample of the output...
65
- =============================== =======================================================================
65
+ =============================== ==================================================================
66
66
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
+ =============================== ==================================================================
81
81
82
82
You can also use the unique "Service ID" to access a service directly::
83
83
0 commit comments