You are here

protected property QueryTrait::$workspaceManager in Drupal 9

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

The workspace manager.

Type: \Drupal\workspaces\WorkspaceManagerInterface

File

core/modules/workspaces/src/EntityQuery/QueryTrait.php, line 19

Class

QueryTrait
Provides workspaces-specific helpers for altering entity queries.

Namespace

Drupal\workspaces\EntityQuery

Code

protected $workspaceManager;