Skip to content

Commit 1c6083e

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: add-label-for-links-entityType
2 parents 0c8d9ac + aea925f commit 1c6083e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/entity.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ instead of the ``default`` entity manager.
175175
**type**: ``Doctrine\ORM\QueryBuilder`` or a ``callable`` **default**: ``null``
176176

177177
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.
179179

180180
The value of this option can either be a ``QueryBuilder`` object, a callable or
181181
``null`` (which will load all entities). When using a callable, you will be
@@ -212,7 +212,7 @@ submitted.
212212

213213
Instead of allowing the `class`_ and `query_builder`_ options to fetch the
214214
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>`.
216216

217217
``data_class``
218218
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)