You are here

public function FieldFormBase::getType in Display Suite 8.3

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

Returns the type of the field.

1 call to FieldFormBase::getType()
FieldFormBase::submitForm in src/Form/FieldFormBase.php
Form submission handler.
4 methods override FieldFormBase::getType()
BlockFieldForm::getType in src/Form/BlockFieldForm.php
Returns the type of the field.
CopyFieldForm::getType in src/Form/CopyFieldForm.php
Returns the type of the field.
TokenFieldForm::getType in src/Form/TokenFieldForm.php
Returns the type of the field.
TwigFieldForm::getType in src/Form/TwigFieldForm.php
Returns the type of the field.

File

src/Form/FieldFormBase.php, line 210

Class

FieldFormBase
Base form for fields.

Namespace

Drupal\ds\Form

Code

public function getType() {
  return '';
}