diff --git a/cookbook/doctrine/resolve_target_entity.rst b/cookbook/doctrine/resolve_target_entity.rst index 797064178e1..c2b661ae674 100644 --- a/cookbook/doctrine/resolve_target_entity.rst +++ b/cookbook/doctrine/resolve_target_entity.rst @@ -1,5 +1,9 @@ -Defining Relationships with Abstract Classes and Interfaces -=========================================================== +.. index:: + single: Doctrine; Resolving target entities + single: Doctrine; Define relationships with abstract classes and interfaces + +How to Define Relationships with Abstract Classes and Interfaces +================================================================ .. versionadded: 2.1 The ResolveTargetEntityListener is new to Doctrine 2.2, which was first @@ -155,4 +159,4 @@ Final Thoughts With the ``ResolveTargetEntityListener``, you are able to decouple your bundles, keeping them usable by themselves, but still being able to define relationships between different objects. By using this method, -your bundles will end up being easier to maintain independently. \ No newline at end of file +your bundles will end up being easier to maintain independently.