You are here

public function SynonymInterface::getType in Search API Synonym 8

Gets the Synonym type.

Return value

string Type of the Synonym.

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

File

src/SynonymInterface.php, line 24

Class

SynonymInterface
Provides an interface for defining Synonym entities.

Namespace

Drupal\search_api_synonym

Code

public function getType();