protected property DefaultTableMapping::$extraColumns

A list of database columns which store denormalized data per table.

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

Type: array[]

File

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

Class

DefaultTableMapping
Defines a default table mapping class.

Namespace

Drupal\Core\Entity\Sql

Code

protected $extraColumns = 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::extraColumns/8.1.x