Tables::$entityTables

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Query/Sql/Tables.php \Drupal\Core\Entity\Query\Sql\Tables::entityTables
  2. 10 core/lib/Drupal/Core/Entity/Query/Sql/Tables.php \Drupal\Core\Entity\Query\Sql\Tables::entityTables
  3. 11.x core/lib/Drupal/Core/Entity/Query/Sql/Tables.php \Drupal\Core\Entity\Query\Sql\Tables::entityTables

Entity table array.

This array contains at most two entries: one for the data, one for the properties. Its keys are unique references to the tables, values are aliases.

Type: array

See also

\Drupal\Core\Entity\Query\Sql\Tables::ensureEntityTable().

File

core/lib/Drupal/Core/Entity/Query/Sql/Tables.php, line 43

Class

Tables
Adds tables and fields to the SQL entity query.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $entityTables = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.