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 61b362b commit 31de26fCopy full SHA for 31de26f
reference/forms/types/entity.rst
@@ -172,9 +172,9 @@ Allows you to create a custom query for your choices. See
172
:ref:`ref-form-entity-query-builder` for an example.
173
174
The value of this option can either be a ``QueryBuilder`` object, a Closure or
175
-``null`` by default which loads all entities.
176
-When using a Closure, you will be passed the ``EntityRepository`` of the entity
177
-as the only argument and should return a ``QueryBuilder``.
+``null`` (which will load all entities). When using a Closure, you will be
+passed the ``EntityRepository`` of the entity as the only argument and should
+return a ``QueryBuilder``.
178
179
Overridden Options
180
------------------
0 commit comments