public function ObjectManager::getMetadataFactory in Plug 7
Gets the metadata factory used to gather the metadata of classes.
Return value
\Doctrine\Common\Persistence\Mapping\ClassMetadataFactory
1 method overrides ObjectManager::getMetadataFactory()
- ObjectManagerDecorator::getMetadataFactory in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ ObjectManagerDecorator.php - Gets the metadata factory used to gather the metadata of classes.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ ObjectManager.php, line 148
Class
- ObjectManager
- Contract for a Doctrine persistence layer ObjectManager class to implement.
Namespace
Doctrine\Common\PersistenceCode
public function getMetadataFactory();