You are here

public function TwigFieldForm::getTypeLabel in Display Suite 8.4

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

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

Overrides FieldFormBase::getTypeLabel

File

src/Form/TwigFieldForm.php, line 61

Class

TwigFieldForm
Configures token fields.

Namespace

Drupal\ds\Form

Code

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