[PR #12165] Add commands for inspecting configured listeners #13538

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

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

State: closed
Merged: Yes


Related to https://github.com/doctrine/DoctrineBundle/pull/2032

Similar to Symfony's debug:event-dispatcher command, this PR adds two new commands to inspect configured Doctrine event/entity listeners:

  • orm:debug:event-manager — lists event listeners registered in the Doctrine EventManager for a given entity manager (optionally filter by event).
  • orm:debug:entity-listeners — lists entity listeners configured for a given entity class (optionally filter by event).
**Original Pull Request:** https://github.com/doctrine/orm/pull/12165 **State:** closed **Merged:** Yes --- Related to https://github.com/doctrine/DoctrineBundle/pull/2032 Similar to Symfony's `debug:event-dispatcher` command, this PR adds two new commands to inspect configured Doctrine event/entity listeners: * `orm:debug:event-manager` — lists event listeners registered in the Doctrine EventManager for a given entity manager (optionally filter by event). * `orm:debug:entity-listeners` — lists entity listeners configured for a given entity class (optionally filter by event).
admin added the pull-request label 2026-01-22 16:17:25 +01:00
admin closed this issue 2026-01-22 16:17:26 +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#13538