You are here

protected property Tables::$contentWorkspaceTables in Drupal 9

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

Workspace association table array, key is base table name, value is alias.

Type: array

File

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

Class

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

Namespace

Drupal\workspaces\EntityQuery

Code

protected $contentWorkspaceTables = [];