RegistryInterface
RegistryInterface
interface RegistryInterface implements ManagerRegistry
References Doctrine connections and entity managers.
Methods
string | getDefaultEntityManagerName() Gets the default entity manager name. | |
EntityManager | getEntityManager(string $name = null) Gets a named entity manager. | |
array | getEntityManagers() Gets an array of all registered entity managers. | |
EntityManager | resetEntityManager(string $name = null) Resets a named entity manager. | |
string | ge
|