You are here

public function DataTypeInterface::label in Search API 8

Returns the label of the data type.

Return value

string The administration label.

1 method overrides DataTypeInterface::label()
DataTypePluginBase::label in src/DataType/DataTypePluginBase.php
Returns the label of the data type.

File

src/DataType/DataTypeInterface.php, line 26

Class

DataTypeInterface
Defines an interface for data type plugins.

Namespace

Drupal\search_api\DataType

Code

public function label();