You are here

protected property FormOperations::$workspaceManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/FormOperations.php \Drupal\workspaces\FormOperations::workspaceManager

The workspace manager service.

Type: \Drupal\workspaces\WorkspaceManagerInterface

File

core/modules/workspaces/src/FormOperations.php, line 25

Class

FormOperations
Defines a class for reacting to form operations.

Namespace

Drupal\workspaces

Code

protected $workspaceManager;