You are here

protected property WorkspacePublishForm::$workspace in Drupal 10

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

The workspace that will be published.

Type: \Drupal\workspaces\WorkspaceInterface

File

core/modules/workspaces/src/Form/WorkspacePublishForm.php, line 25

Class

WorkspacePublishForm
Provides the workspace publishing form.

Namespace

Drupal\workspaces\Form

Code

protected $workspace;