You are here

public function SynonymInterface::getWord in Search API Synonym 8

Gets the Synonym word.

Return value

string Word of the Synonym.

1 method overrides SynonymInterface::getWord()
Synonym::getWord in src/Entity/Synonym.php
Gets the Synonym word.

File

src/SynonymInterface.php, line 43

Class

SynonymInterface
Provides an interface for defining Synonym entities.

Namespace

Drupal\search_api_synonym

Code

public function getWord();