Currently we're having to use reflection to access the EntityManager since it is a private property and there isn't an accessible getter either. There is currently an approved pull request targeting version 3.
doctrine/orm#7979
After version 3 has been released, this plugin can be updated to access this object properly.
Currently we're having to use reflection to access the EntityManager since it is a
privateproperty and there isn't an accessible getter either. There is currently an approved pull request targeting version 3.doctrine/orm#7979
After version 3 has been released, this plugin can be updated to access this object properly.