function ClassMetadata::getIdentifierFieldNames

Returns an array of identifier field names numerically indexed.

Return value

array

1 method overrides ClassMetadata::getIdentifierFieldNames()
TestObjectMetadata::getIdentifierFieldNames in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Returns an array of identifier field names numerically indexed.

File

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

Class

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

Namespace

Doctrine\Common\Persistence\Mapping

Code

function getIdentifierFieldNames();