You are here

protected property Tables::$baseTablesEntityType in Workspace 8.2

Keeps track of the entity type IDs for each base table of the query.

The array is keyed by the base table alias and the values are entity type IDs.

Type: array

File

src/EntityQuery/Tables.php, line 37

Class

Tables
Alters entity queries to use a workspace revision instead of the default one.

Namespace

Drupal\workspace\EntityQuery

Code

protected $baseTablesEntityType = [];