We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9c1f6 commit 2a2fb3bCopy full SHA for 2a2fb3b
reference/forms/types/entity.rst
@@ -49,7 +49,7 @@ Using a Custom Query for the Entities
49
50
If you want to create a custom query to use when fetching the entities
51
(e.g. you only want to return some entities, or need to order them), use
52
-the `query_builder`_ option::
+the `query_builder`_ option. Please note, that `query_builder` is used to compose data, not fetch real final results::
53
54
use App\Entity\User;
55
use Doctrine\ORM\EntityRepository;
0 commit comments