@@ -63,22 +63,22 @@ Find out by running:
63
63
$ php app/console debug:container
64
64
65
65
# this is just a *small* sample of the output...
66
- =============================== =======================================================================
66
+ =============================== ==================================================================
67
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
- =============================== =======================================================================
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
+ =============================== ==================================================================
82
82
83
83
Throughout the docs, you'll see how to use the many different services that live
84
84
in the container.
0 commit comments