Skip to content

Commit aea925f

Browse files
committed
minor #19142 [Reference] Form EntityType - Add labels for some links (MrYamous)
This PR was merged into the 5.4 branch. Discussion ---------- [Reference] Form EntityType - Add labels for some links Some small changes to improve readability avoiding default label usage with anchor (as default label is the current page title) Commits ------- 004d60e add-label-for-links-entityType
2 parents c21be25 + 004d60e commit aea925f

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
@@ -174,7 +174,7 @@ instead of the ``default`` entity manager.
174174
**type**: ``Doctrine\ORM\QueryBuilder`` or a ``callable`` **default**: ``null``
175175

176176
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.
178178

179179
The 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

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

216216
``data_class``
217217
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)