mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #756] [MERGED] Make yaml/xml configuration for "AttributeOverride" and "AssociationOverride" more discoverable #8662
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/756
Author: @peterjmit
Created: 8/13/2013
Status: ✅ Merged
Merged: 8/13/2013
Merged by: @guilhermeblanco
Base:
master← Head:master📝 Commits (1)
c933ac1Update override field mapping tut📊 Changes
2 files changed (+2 additions, -1 deletions)
View changed files
📝
docs/en/reference/inheritance-mapping.rst(+1 -0)📝
docs/en/tutorials/override-field-association-mappings-in-subclasses.rst(+1 -1)📄 Description
I was trying to find out how to configure
AttributeOverridein yaml for one of my entities and all paths led me to the Override Field Association Mappings In Subclasses tutorial.It was a lot harder to find anything for xml/yaml. This pull request adds a link to the Overrides section of the inheritance mapping reference which provides the needed examples.
Alternatively yaml/xml examples could be provided in the tutorial but I am not familiar enough with sphinx/the docs to make those changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.