protected property Tables::$entityTables

Entity table array, key is table name, value is alias.

This array contains at most two entries: one for the data, one for the properties.

Type: array

File

drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php, line 32
Definition of Drupal\field_sql_storage\Entity\Tables.

Class

Tables
Adds tables and fields to the SQL entity query.

Namespace

Drupal\field_sql_storage\Entity

Code

protected $entityTables = array();