You are here

public function TextTokenInterface::getText in Search API 8

Retrieves the text value of this token.

Return value

string The text value of this token.

1 method overrides TextTokenInterface::getText()
TextToken::getText in src/Plugin/search_api/data_type/value/TextToken.php
Retrieves the text value of this token.

File

src/Plugin/search_api/data_type/value/TextTokenInterface.php, line 16

Class

TextTokenInterface
Provides an interface for text tokens.

Namespace

Drupal\search_api\Plugin\search_api\data_type\value

Code

public function getText();