You are here

protected property ShortcutForm::$entity in Zircon Profile 8.0

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

The entity being used by this form.

Type: \Drupal\shortcut\ShortcutInterface

Overrides EntityForm::$entity

File

core/modules/shortcut/src/ShortcutForm.php, line 23
Contains \Drupal\shortcut\ShortcutForm.

Class

ShortcutForm
Form controller for the shortcut entity forms.

Namespace

Drupal\shortcut

Code

protected $entity;