You are here

protected property WorkspaceSwitcherForm::$workspaceStorage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php \Drupal\workspaces\Form\WorkspaceSwitcherForm::workspaceStorage
  2. 10 core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php \Drupal\workspaces\Form\WorkspaceSwitcherForm::workspaceStorage

The workspace entity storage handler.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php, line 30

Class

WorkspaceSwitcherForm
Provides a form that activates a different workspace.

Namespace

Drupal\workspaces\Form

Code

protected $workspaceStorage;