You are here

public function TwigFieldForm::getType in Display Suite 8.4

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

Returns the type of the field.

Overrides FieldFormBase::getType

File

src/Form/TwigFieldForm.php, line 54

Class

TwigFieldForm
Configures token fields.

Namespace

Drupal\ds\Form

Code

public function getType() {
  return TwigFieldForm::TYPE;
}