You are here

public function FieldInterface::getType in Search API 8

Retrieves the Search API data type of this field.

Return value

string The data type of the field.

1 method overrides FieldInterface::getType()
Field::getType in src/Item/Field.php
Retrieves the Search API data type of this field.

File

src/Item/FieldInterface.php, line 254

Class

FieldInterface
Represents a field on a search item that can be indexed.

Namespace

Drupal\search_api\Item

Code

public function getType();