You are here

public function FieldInterface::getDescription in Search API 8

Retrieves this field's description.

Return value

string|null A human-readable description for this field, or NULL if the field has no description.

1 method overrides FieldInterface::getDescription()
Field::getDescription in src/Item/Field.php
Retrieves this field's description.

File

src/Item/FieldInterface.php, line 183

Class

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

Namespace

Drupal\search_api\Item

Code

public function getDescription();