You are here

public function ClassMetadataFactory::getAllMetadata in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Mapping

Code

public function getAllMetadata();