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: