You are here

public function SynonymInterface::isActive in Search API Synonym 8

Returns the Synonym active status indicator.

Not active synonyms are not used by the search engine.

Return value

bool TRUE if the Synonym is active.

1 method overrides SynonymInterface::isActive()
Synonym::isActive in src/Entity/Synonym.php
Returns the Synonym active status indicator.

File

src/SynonymInterface.php, line 112

Class

SynonymInterface
Provides an interface for defining Synonym entities.

Namespace

Drupal\search_api_synonym

Code

public function isActive();