Skip to content

Commit 7a4d0c0

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Shortening Doctrine Note
2 parents 9ff13c7 + 75f1a70 commit 7a4d0c0

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)