Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dde5300

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed

‎form/form_collections.rst

Copy file name to clipboardExpand all lines: form/form_collections.rst
-10Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.