Skip to content

Commit 42ed2c6

Browse files
committed
Merge pull request #1724 from richardmiller/updating_cookbook_article_name
Updated cookbook title to match the usual format and added index entries
2 parents d33c890 + 4c16275 commit 42ed2c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

cookbook/doctrine/resolve_target_entity.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Defining Relationships with Abstract Classes and Interfaces
2-
===========================================================
1+
.. index::
2+
single: Doctrine; Resolving target entities
3+
single: Doctrine; Define relationships with abstract classes and interfaces
4+
5+
How to Define Relationships with Abstract Classes and Interfaces
6+
================================================================
37

48
.. versionadded: 2.1
59
The ResolveTargetEntityListener is new to Doctrine 2.2, which was first
@@ -155,4 +159,4 @@ Final Thoughts
155159
With the ``ResolveTargetEntityListener``, you are able to decouple your
156160
bundles, keeping them usable by themselves, but still being able to
157161
define relationships between different objects. By using this method,
158-
your bundles will end up being easier to maintain independently.
162+
your bundles will end up being easier to maintain independently.

0 commit comments

Comments
 (0)