protected property DefaultTableMapping::$columnMapping

A mapping of column names per field name.

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

This data is derived from static::$storageDefinitions, but is stored separately to avoid repeated processing.

Type: array[]

File

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

Class

DefaultTableMapping
Defines a default table mapping class.

Namespace

Drupal\Core\Entity\Sql

Code

protected $columnMapping = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Sql!DefaultTableMapping.php/property/DefaultTableMapping::columnMapping/8.1.x