You are here

public function ElementBase::title in Form Builder 7.2

Get a human-readable title for this form element.

Overrides ElementInterface::title

1 method overrides ElementBase::title()
Element::title in modules/webform/src/Element.php
Get a human-readable title for this form element.

File

src/ElementBase.php, line 100

Class

ElementBase

Namespace

Drupal\form_builder

Code

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