DefaultTableMapping::$fieldNames

A list of field names per table.

This corresponds to the return value of TableMappingInterface::getFieldNames() except that this variable is additionally keyed by table name.

Type: array[]

File

core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php, line 36

Class

DefaultTableMapping
Defines a default table mapping class.

Namespace

Drupal\Core\Entity\Sql

Code

protected $fieldNames = array();
doc_Drupal
2016-10-29 09:01:52
Comments
Leave a Comment

Please login to continue.