You are here

public function CustomTextComponent::getAdminLabel in Flexiform 8

Get the admin label for the component.

Return value

string The administrative label for the component.

Overrides FormComponentBase::getAdminLabel

File

src/Plugin/FormComponentType/CustomTextComponent.php, line 89

Class

CustomTextComponent
Component class for field widgets.

Namespace

Drupal\flexiform\Plugin\FormComponentType

Code

public function getAdminLabel() {
  return $this->options['admin_label'];
}