You are here

public function SynonymInterface::getSynonyms in Search API Synonym 8

Gets the synonyms.

Return value

string The synonyms to the word.

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

File

src/SynonymInterface.php, line 62

Class

SynonymInterface
Provides an interface for defining Synonym entities.

Namespace

Drupal\search_api_synonym

Code

public function getSynonyms();