Skip to content

Commit c0dddd6

Browse files
committed
minor symfony#15877 Document by_reference option (Herz3h)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- Document by_reference option This option is needed sometimes, and it is not documented for entityType <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 4d0c9b6 Document by_reference option
2 parents b1ddb44 + 4d0c9b6 commit c0dddd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/forms/types/entity.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ type:
284284

285285
.. include:: /reference/forms/types/options/attr.rst.inc
286286

287+
.. include:: /reference/forms/types/options/by_reference.rst.inc
288+
287289
.. include:: /reference/forms/types/options/data.rst.inc
288290

289291
.. include:: /reference/forms/types/options/disabled.rst.inc

0 commit comments

Comments
 (0)