protected property Tables::$entityTables in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/Query/Sql/Tables.php \Drupal\Core\Entity\Query\Sql\Tables::entityTables
- 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 43
Class
- Tables
- Adds tables and fields to the SQL entity query.
Namespace
Drupal\Core\Entity\Query\SqlCode
protected $entityTables = [];