You are here

public function ObjectManager::getMetadataFactory in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php \Doctrine\Common\Persistence\ObjectManager::getMetadataFactory()

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 vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php
Gets the metadata factory used to gather the metadata of classes.

File

vendor/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\Persistence

Code

public function getMetadataFactory();