public function ClassMetadataFactory::getAllMetadata in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php \Doctrine\Common\Persistence\Mapping\ClassMetadataFactory::getAllMetadata()
Forces the factory to load the metadata of all classes known to the underlying mapping driver.
Return value
array The ClassMetadata instances of all mapped classes.
1 method overrides ClassMetadataFactory::getAllMetadata()
- AbstractClassMetadataFactory::getAllMetadata in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ AbstractClassMetadataFactory.php - Forces the factory to load the metadata of all classes known to the underlying mapping driver.
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ ClassMetadataFactory.php, line 38
Class
- ClassMetadataFactory
- Contract for a Doctrine persistence layer ClassMetadata class to implement.
Namespace
Doctrine\Common\Persistence\MappingCode
public function getAllMetadata();