[PR #756] [MERGED] Make yaml/xml configuration for "AttributeOverride" and "AssociationOverride" more discoverable #8662

Closed
opened 2026-01-22 16:00:58 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • c933ac1 Update 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 AttributeOverride in 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/756 **Author:** [@peterjmit](https://github.com/peterjmit) **Created:** 8/13/2013 **Status:** ✅ Merged **Merged:** 8/13/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c933ac1`](https://github.com/doctrine/orm/commit/c933ac1a4a11676352be85ffb5cbbfe39fb8cbd2) Update override field mapping tut ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/en/reference/inheritance-mapping.rst` (+1 -0) 📝 `docs/en/tutorials/override-field-association-mappings-in-subclasses.rst` (+1 -1) </details> ### 📄 Description I was trying to find out how to configure `AttributeOverride` in yaml for one of my entities and all paths led me to the [Override Field Association Mappings In Subclasses](http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/override-field-association-mappings-in-subclasses.html) tutorial. It was a lot harder to find anything for xml/yaml. This pull request adds a link to the [Overrides section](https://doctrine-orm.readthedocs.org/en/latest/reference/inheritance-mapping.html#overrides) 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:00:58 +01:00
admin closed this issue 2026-01-22 16:00:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8662