You are here

protected property QueryFactory::$workspaceManager in Drupal 9

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

The workspace manager.

Type: \Drupal\workspaces\WorkspaceManagerInterface

File

core/modules/workspaces/src/EntityQuery/QueryFactory.php, line 21

Class

QueryFactory
Workspaces-specific entity query implementation.

Namespace

Drupal\workspaces\EntityQuery

Code

protected $workspaceManager;