protected property Tables::$entityTables in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/Query/Sql/Tables.php \Drupal\Core\Entity\Query\Sql\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
- core/
lib/ Drupal/ Core/ Entity/ Query/ Sql/ Tables.php, line 32 - Contains \Drupal\Core\Entity\Query\Sql\Tables.
Class
- Tables
- Adds tables and fields to the SQL entity query.
Namespace
Drupal\Core\Entity\Query\SqlCode
protected $entityTables = array();