From 693b19467e6d50d1e95ba2d1a330487f493ecb3d Mon Sep 17 00:00:00 2001 From: Florian Cellier Date: Wed, 10 Jan 2024 16:53:07 +0100 Subject: [PATCH] [Doctrine] Profiler bar only visible with at least tags `` --- doctrine.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doctrine.rst b/doctrine.rst index 06e01615757..3e56c58dc53 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -601,9 +601,13 @@ the :ref:`doctrine-queries` section. see the web debug toolbar, install the ``profiler`` :ref:`Symfony pack ` by running this command: ``composer require --dev symfony/profiler-pack``. + For more information on ``profiler``, see :doc:`/profiler`. + Automatically Fetching Objects (ParamConverter) ----------------------------------------------- +.. _doctrine-entity-value-resolver: + In many cases, you can use the `SensioFrameworkExtraBundle`_ to do the query for you automatically! First, install the bundle in case you don't have it: