function ClassMetadata::getFieldNames

A numerically indexed list of field names of this persistent class.

This array includes identifier fields if present on this class.

Return value

array

1 method overrides ClassMetadata::getFieldNames()
TestObjectMetadata::getFieldNames in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
A numerically indexed list of field names of this persistent class.

File

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

Class

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

Namespace

Doctrine\Common\Persistence\Mapping

Code

function getFieldNames();