You are here

protected property Tables::$entityTables in Drupal 9

Same name and namespace in other branches
  1. 8 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

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 35

Class

Tables
Adds tables and fields to the SQL entity query.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $entityTables = [];