mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2940: [GH-922] Two hooks for DoctrineBundle to allow ContainerFilterCollection #3657
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 @doctrinebot on GitHub (Jan 29, 2014).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of nicoschoenmaker:
Url: https://github.com/doctrine/doctrine2/pull/922
Message:
Allows the DoctrineBundle to inject a
ContainerFilterCollectionthat creates filters through dependency injection. See doctrine/DoctrineBundle#245.Would prefer to inject the
FilterCollectioninto the constructor of the em, but since they have a cyclic dependency I chose setter injection.@doctrinebot commented on GitHub (Jan 24, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-922] was labeled:
https://github.com/doctrine/doctrine2/pull/922
@doctrinebot commented on GitHub (Jan 24, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-922] was labeled:
https://github.com/doctrine/doctrine2/pull/922