DDC-3503: [GH-1257] Resolve target entity also in discriminator map (allows interfaces and custom names in discriminator map) #4313

Open
opened 2026-01-22 14:39:17 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Jan 15, 2015).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user @doctrinebot:

This issue is created automatically through a Github pull request on behalf of Ocramius:

Url: https://github.com/doctrine/doctrine2/pull/1257

Message:

This PR supersedes #1130 ([DDC-3300](http://www.doctrine-project.org/jira/browse/[DDC-3300]%28http://www.doctrine-project.org/jira/browse/DDC-3300%29)).

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

/*** @DiscriminatorMap({"foo" = "FooInterface", "bar" = "BarConcreteImpl"}) **/
Originally created by @doctrinebot on GitHub (Jan 15, 2015). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user @doctrinebot: This issue is created automatically through a Github pull request on behalf of Ocramius: Url: https://github.com/doctrine/doctrine2/pull/1257 Message: This PR supersedes #1130 ([[DDC-3300](http://www.doctrine-project.org/jira/browse/DDC-3300)](http://www.doctrine-project.org/jira/browse/[DDC-3300]%28http://www.doctrine-project.org/jira/browse/DDC-3300%29)). 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 New Feature label 2026-01-22 14:39:17 +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#4313