Whether the class with the specified name should have its metadata loaded.
This is only the case if it is either mapped directly or as a
MappedSuperclass.
Parameters
string $className:
Return value
boolean
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php, line 73
Class
- ClassMetadataFactory
- Contract for a Doctrine persistence layer ClassMetadata class to implement.
Namespace
Doctrine\Common\Persistence\Mapping
Code
function isTransient($className);