function ClassMetadata::getIdentifier

Gets the mapped identifier field name.

The returned structure is an array of the identifier field names.

Return value

array

1 method overrides ClassMetadata::getIdentifier()
TestObjectMetadata::getIdentifier in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Gets the mapped identifier field name.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php, line 47

Class

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

Namespace

Doctrine\Common\Persistence\Mapping

Code

function getIdentifier();