You are here

protected property Tables::$baseTablesEntityType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/EntityQuery/Tables.php \Drupal\workspaces\EntityQuery\Tables::baseTablesEntityType
  2. 10 core/modules/workspaces/src/EntityQuery/Tables.php \Drupal\workspaces\EntityQuery\Tables::baseTablesEntityType

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

core/modules/workspaces/src/EntityQuery/Tables.php, line 37

Class

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

Namespace

Drupal\workspaces\EntityQuery

Code

protected $baseTablesEntityType = [];