You are here

protected property KeyFormBase::$originalKey in Key 8

The original key.

The original key entity or NULL if this is a new key.

Type: \Drupal\key\Entity\Key|null

File

src/Form/KeyFormBase.php, line 31

Class

KeyFormBase
Base form for key add and edit forms.

Namespace

Drupal\key\Form

Code

protected $originalKey = NULL;