This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Doctrine/Form/ChoiceList
Nathanael d. Noblet 1f3ea0f8af Use ObjectManager interface instead of EntityManager
If you use the EntityManager Decorator pattern that doctrine provides
then simply specifying a query_builder closure where your decorated
em is used fails as it isn't an instance of Doctrine\ORM\EntityManager.
Testing against the ObjectManager interface fixes the issue.
2015-08-27 13:09:09 -06:00
..
EntityChoiceList.php [DoctrineBridge][Form] Fix EntityChoiceList when indexing by primary foreign key 2015-07-09 14:38:28 +02:00
EntityLoaderInterface.php Docblock fixes 2014-11-30 13:33:44 +00:00
ORMQueryBuilderLoader.php Use ObjectManager interface instead of EntityManager 2015-08-27 13:09:09 -06:00