mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Provide a command to show the repository for an entity #6057
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SimonHeimberg on GitHub (Sep 6, 2018).
Originally assigned to: @Ocramius on GitHub.
Feature Request
I do not find any debug command to show the repository for an entity.
Maybe the mapping info command could get a switch to list the repository as well.
Summary
The output of
doctrine mapping:info --repositorycould look like:@Ocramius commented on GitHub (Sep 6, 2018):
Can't fix this: repositories are now retrieved by the
RepositoryFactory, which is opaque and may as well instantiate any repository at all.