You are here

public function TokenFieldForm::getTypeLabel in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Form/TokenFieldForm.php \Drupal\ds\Form\TokenFieldForm::getTypeLabel()
  2. 8.3 src/Form/TokenFieldForm.php \Drupal\ds\Form\TokenFieldForm::getTypeLabel()

Returns the admin label for the field on the field overview page.

Overrides FieldFormBase::getTypeLabel

File

src/Form/TokenFieldForm.php, line 81

Class

TokenFieldForm
Configures token fields.

Namespace

Drupal\ds\Form

Code

public function getTypeLabel() {
  return 'Token field';
}