function 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 drupal/core/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

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php, line 39

Class

ClassMetadataFactory
Contract for a Doctrine persistence layer ClassMetadata class to implement.

Namespace

Doctrine\Common\Persistence\Mapping

Code

function getAllMetadata();