You are here

public function CopyFieldForm::getTypeLabel in Display Suite 8.4

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

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

Overrides FieldFormBase::getTypeLabel

File

src/Form/CopyFieldForm.php, line 73

Class

CopyFieldForm
Configure block fields.

Namespace

Drupal\ds\Form

Code

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