You are here

public function TextValueInterface::getText in Search API 8

Retrieves the currently stored text value.

Return value

string The currently stored text value.

See also

\Drupal\search_api\Plugin\search_api\data_type\value\TextValue::toText()

1 method overrides TextValueInterface::getText()
TextValue::getText in src/Plugin/search_api/data_type/value/TextValue.php
Retrieves the currently stored text value.

File

src/Plugin/search_api/data_type/value/TextValueInterface.php, line 18

Class

TextValueInterface
Provides an interface for fulltext field values.

Namespace

Drupal\search_api\Plugin\search_api\data_type\value

Code

public function getText();