[PR #1028] [CLOSED] Add method getAssociationsByType to ClassMetadata #9059

Open
opened 2026-01-22 16:03:01 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/1028
Author: @raziel057
Created: 5/7/2014
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • f346891 Add method getAssociationsByType to ClassMetadata

📊 Changes

1 file changed (+16 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php (+16 -0)

📄 Description

I propose to add a method which can be used to retrieve the associations of a specific type (OneToOne, ...)


🔄 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/1028 **Author:** [@raziel057](https://github.com/raziel057) **Created:** 5/7/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f346891`](https://github.com/doctrine/orm/commit/f3468911c5d76d9859bb888fa782fe26559aae88) Add method getAssociationsByType to ClassMetadata ### 📊 Changes **1 file changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php` (+16 -0) </details> ### 📄 Description I propose to add a method which can be used to retrieve the associations of a specific type (OneToOne, ...) --- <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:03:01 +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#9059