You are here

public function TextValueInterface::setOriginalText in Search API 8

Sets the original text value.

Parameters

string $originalText: The new original text value.

Return value

$this

1 method overrides TextValueInterface::setOriginalText()
TextValue::setOriginalText in src/Plugin/search_api/data_type/value/TextValue.php
Sets the original text value.

File

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

Class

TextValueInterface
Provides an interface for fulltext field values.

Namespace

Drupal\search_api\Plugin\search_api\data_type\value

Code

public function setOriginalText($originalText);