You are here

public function FieldFormBase::getTypeLabel in Display Suite 8.3

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

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

1 call to FieldFormBase::getTypeLabel()
FieldFormBase::submitForm in src/Form/FieldFormBase.php
Form submission handler.
4 methods override FieldFormBase::getTypeLabel()
BlockFieldForm::getTypeLabel in src/Form/BlockFieldForm.php
Returns the admin label for the field on the field overview page.
CopyFieldForm::getTypeLabel in src/Form/CopyFieldForm.php
Returns the admin label for the field on the field overview page.
TokenFieldForm::getTypeLabel in src/Form/TokenFieldForm.php
Returns the admin label for the field on the field overview page.
TwigFieldForm::getTypeLabel in src/Form/TwigFieldForm.php
Returns the admin label for the field on the field overview page.

File

src/Form/FieldFormBase.php, line 217

Class

FieldFormBase
Base form for fields.

Namespace

Drupal\ds\Form

Code

public function getTypeLabel() {
  return '';
}