You are here

protected property WorkspaceMergeForm::$workspaceOperationFactory in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/Form/WorkspaceMergeForm.php \Drupal\workspaces\Form\WorkspaceMergeForm::workspaceOperationFactory

The workspace operation factory.

Type: \Drupal\workspaces\WorkspaceOperationFactory

File

core/modules/workspaces/src/Form/WorkspaceMergeForm.php, line 38

Class

WorkspaceMergeForm
Provides a form that merges the contents for a workspace into another one.

Namespace

Drupal\workspaces\Form

Code

protected $workspaceOperationFactory;