You are here

protected property WorkspaceForm::$entity in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/Form/WorkspaceForm.php \Drupal\workspaces\Form\WorkspaceForm::entity
  2. 10 core/modules/workspaces/src/Form/WorkspaceForm.php \Drupal\workspaces\Form\WorkspaceForm::entity

The workspace entity.

Type: \Drupal\workspaces\WorkspaceInterface

Overrides ContentEntityForm::$entity

File

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

Class

WorkspaceForm
Form controller for the workspace edit forms.

Namespace

Drupal\workspaces\Form

Code

protected $entity;