You are here

protected property ShortcutForm::$entity in Drupal 8

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

The entity being used by this form.

Type: \Drupal\shortcut\ShortcutInterface

Overrides ContentEntityForm::$entity

File

core/modules/shortcut/src/ShortcutForm.php, line 21

Class

ShortcutForm
Form handler for the shortcut entity forms.

Namespace

Drupal\shortcut

Code

protected $entity;