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