8000 Merge branch '5.0' · symfony/symfony-docs@dde5300 · GitHub
[go: up one dir, main page]

Skip to content

Commit dde5300

Browse files
committed
Merge branch '5.0'
* 5.0: Shortening Doctrine Note
2 parents 32f8f82 + d335dba commit dde5300

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

form/form_collections.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ of many other forms. This could be useful, for example, if you had a ``Task``
99
class and you wanted to edit/create/remove many ``Tag`` objects related to
1010
that Task, right inside the same form.
1111

12-
.. note::
13-
14-
In this article, it's loosely assumed that you're using Doctrine as your
15-
database store. But if you're not using Doctrine, it's all very similar.
16-
There are only a few parts of this tutorial that really care about "persistence".
17-
18-
If you *are* using Doctrine, you'll need to add the Doctrine metadata,
19-
including the ``ManyToMany`` association mapping definition on the Task's
20-
``tags`` property.
21-
2212
Let's start by creating a ``Task`` entity::
2313

2414
// src/Entity/Task.php

0 commit comments

Comments
 (0)
0