You are here

protected property SwitchToLiveForm::$workspaceManager in Drupal 9

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

The workspace manager.

Type: \Drupal\workspaces\WorkspaceManagerInterface

File

core/modules/workspaces/src/Form/SwitchToLiveForm.php, line 22

Class

SwitchToLiveForm
Provides a form that switches to the live version of the site.

Namespace

Drupal\workspaces\Form

Code

protected $workspaceManager;