8000 minor #10088 Showed the output of the command in the same CLI window … · symfony/symfony-docs@e88ffea · GitHub
[go: up one dir, main page]

Skip to content

Commit e88ffea

Browse files
committed
minor #10088 Showed the output of the command in the same CLI window (javiereguiluz)
This PR was merged into the 2.8 branch. Discussion ---------- Showed the output of the command in the same CLI window We do the same in most console examples. Commits ------- eb63b2d Showed the output of the command in the same CLI window
2 parents 498ead1 + eb63b2d commit e88ffea

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

service_container.rst

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -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\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+
=============================== =======================================================================
8382
8483
Throughout the docs, you'll see how to use the many different services that live
8584
in the container.

0 commit comments

Comments
 (0)
0