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
Namespace
Drupal\form_builderCode
public function key() {
return $this->element['#key'];
}