File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ instead of the ``default`` entity manager.
174
174
**type **: ``Doctrine\ORM\QueryBuilder `` or a ``callable `` **default **: ``null ``
175
175
176
176
Allows you to create a custom query for your choices. See
177
- :ref: `ref-form-entity-query-builder ` for an example.
177
+ :ref: `how to use it < ref-form-entity-query-builder > ` for an example.
178
178
179
179
The value of this option can either be a ``QueryBuilder `` object, a callable or
180
180
``null `` (which will load all entities). When using a callable, you will be
@@ -211,7 +211,7 @@ submitted.
211
211
212
212
Instead of allowing the `class `_ and `query_builder `_ options to fetch the
213
213
entities to include for you, you can pass the ``choices `` option directly.
214
- See :ref: `reference-forms-entity-choices `.
214
+ See :ref: `how to use choices < reference-forms-entity-choices > `.
215
215
216
216
``data_class ``
217
217
~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments