We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd75d7f4 commit193901aCopy full SHA for 193901a
cookbook/bundles/override.rst
@@ -94,7 +94,11 @@ like adding a method call - you can only use the compiler pass method.
94
Entities & Entity mapping
95
-------------------------
96
97
-In progress...
+Due to the way Doctrine works, it is not possible to override entity mapping
98
+of a bundle. However, if a bundle provides a mapped superclass (such as the
99
+``User`` entity in the FOSUserBundle) one can override attributes and
100
+associations. Learn more about this feature and its limitations in
101
+`the Doctrine documentation`_.
102
103
Forms
104
-----
@@ -120,3 +124,5 @@ Translations
120
124
------------
121
125
122
126
In progress...
127
+
128
+.. _`the Doctrine documentation`:http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/inheritance-mapping.html#overrides