You are here

public function ElementBase::key in Form Builder 7.2

1 method overrides ElementBase::key()
Element::key in modules/webform/src/Element.php
Get the element’s form key.

File

src/ElementBase.php, line 108

Class

ElementBase

Namespace

Drupal\form_builder

Code

public function key() {
  return $this->element['#key'];
}