Skip to content

Commit 2a2fb3b

Browse files
authored
Update entity.rst
query_builder option - more clear explained
1 parent 6a9c1f6 commit 2a2fb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/entity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Using a Custom Query for the Entities
4949

5050
If you want to create a custom query to use when fetching the entities
5151
(e.g. you only want to return some entities, or need to order them), use
52-
the `query_builder`_ option::
52+
the `query_builder`_ option. Please note, that `query_builder` is used to compose data, not fetch real final results::
5353

5454
use App\Entity\User;
5555
use Doctrine\ORM\EntityRepository;

0 commit comments

Comments
 (0)