You are here

protected property Tables::$fieldTables 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::fieldTables
  2. 10 core/lib/Drupal/Core/Entity/Query/Sql/Tables.php \Drupal\Core\Entity\Query\Sql\Tables::fieldTables

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

This array contains one entry per field table.

Type: array

File

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

Class

Tables
Adds tables and fields to the SQL entity query.

Namespace

Drupal\Core\Entity\Query\Sql

Code

protected $fieldTables = [];