File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,11 @@ like adding a method call - you can only use the compiler pass method.
94
94
Entities & Entity mapping
95
95
-------------------------
96
96
97
- In progress...
97
+ 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 `_.
98
102
99
103
Forms
100
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
You can’t perform that action at this time.
0 commit comments