Skip to content

Commit f2269f9

Browse files
committed
minor #19406 [Doctrine] Profiler bar only visible with at least tags <body></body> (chadyred)
This PR was submitted for the 7.1 branch but it was squashed and merged into the 5.4 branch instead. Discussion ---------- [Doctrine] Profiler bar only visible with at least tags `<body></body>` Hello, I can't show my request until I do a `new Response('<body></body>');` another condition to see it. Thanks for your work 🙏 Commits ------- 693b194 [Doctrine] Profiler bar only visible with at least tags `<body></body>`
2 parents 87eec74 + 693b194 commit f2269f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doctrine.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,13 @@ the :ref:`doctrine-queries` section.
601601
see the web debug toolbar, install the ``profiler`` :ref:`Symfony pack <symfony-packs>`
602602
by running this command: ``composer require --dev symfony/profiler-pack``.
603603

604+
For more information on ``profiler``, see :doc:`/profiler`.
605+
604606
Automatically Fetching Objects (ParamConverter)
605607
-----------------------------------------------
606608

609+
.. _doctrine-entity-value-resolver:
610+
607611
In many cases, you can use the `SensioFrameworkExtraBundle`_ to do the query
608612
for you automatically! First, install the bundle in case you don't have it:
609613

0 commit comments

Comments
 (0)