[PR #1257] Resolve target entity also in discriminator map (allows interfaces and custom names in discriminator map) #9312

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

Original Pull Request: https://github.com/doctrine/orm/pull/1257

State: closed
Merged: No


This PR supersedes #1130 (DDC-3300).

The final aim of the PR is to be able to define following in discriminator maps:

/** @DiscriminatorMap({"foo" = "FooInterface", "bar" = "BarConcreteImpl"}) */
**Original Pull Request:** https://github.com/doctrine/orm/pull/1257 **State:** closed **Merged:** No --- This PR supersedes #1130 ([DDC-3300](http://www.doctrine-project.org/jira/browse/DDC-3300)). The final aim of the PR is to be able to define following in discriminator maps: ``` php /** @DiscriminatorMap({"foo" = "FooInterface", "bar" = "BarConcreteImpl"}) */ ```
admin added the pull-request label 2026-01-22 16:03:55 +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#9312