[PR #1181] Support fetching entities by aliased name #9236

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

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

State: closed
Merged: Yes


See #385 (this PR supersedes it)

The final aim is allowing something like:

$user = $em->find(UserInterface::class, 123);

This PR depends also on doctrine/common#342

**Original Pull Request:** https://github.com/doctrine/orm/pull/1181 **State:** closed **Merged:** Yes --- See #385 (this PR supersedes it) The final aim is allowing something like: ``` php $user = $em->find(UserInterface::class, 123); ``` This PR depends also on doctrine/common#342
admin added the pull-request label 2026-01-22 16:03:40 +01:00
admin closed this issue 2026-01-22 16:03:40 +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#9236