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.
174174**type **: ``Doctrine\ORM\QueryBuilder `` or a ``callable `` **default **: ``null ``
175175
176176Allows 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.
178178
179179The value of this option can either be a ``QueryBuilder `` object, a callable or
180180``null `` (which will load all entities). When using a callable, you will be
@@ -211,7 +211,7 @@ submitted.
211211
212212Instead of allowing the `class `_ and `query_builder `_ options to fetch the
213213entities 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 > `.
215215
216216``data_class ``
217217~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments