You are here

public function ExtraFieldDisplayFormattedInterface::getFieldType in Extra Field 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/ExtraFieldDisplayFormattedInterface.php \Drupal\extra_field\Plugin\ExtraFieldDisplayFormattedInterface::getFieldType()

The type of field.

Used in the 'field--type-...' wrapper class.

Return value

string The field type.

1 method overrides ExtraFieldDisplayFormattedInterface::getFieldType()
ExtraFieldDisplayFormattedBase::getFieldType in src/Plugin/ExtraFieldDisplayFormattedBase.php
The type of field.

File

src/Plugin/ExtraFieldDisplayFormattedInterface.php, line 51

Class

ExtraFieldDisplayFormattedInterface
Defines an interface for Extra Field Display plugins.

Namespace

Drupal\extra_field\Plugin

Code

public function getFieldType();