We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
7723acd
[FEATURE] Add hydrator registration to EntityManagerFactory (#257) * Add hydrator registration to EntityManagerFactory * Enables an easy way to register custom Doctrine hydrators * Add `custom_hydration_modes` entry to `doctrine` config * Add `setCustomHydrationModes` method to EntityManagerFactory * Code style fixes * Fix EntityManagerFactoryTest - Fix mock config (add new `get` call definition) * Add default value for backwards compatibility * Fix EntityManagerFactoryTest