public function ClassMetadataFactory::getAllMetadata in Plug 7
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 lib/
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
- lib/
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();