You are here

public function SearchService::getTitle in Synonyms 8

Same name and namespace in other branches
  1. 2.0.x modules/synonyms_search/src/SynonymsService/Behavior/SearchService.php \Drupal\synonyms_search\SynonymsService\Behavior\SearchService::getTitle()

Get human readable title of this behavior.

Return value

string The return title

Overrides SynonymsBehaviorInterface::getTitle

File

synonyms_search/src/SynonymsService/Behavior/SearchService.php, line 171

Class

SearchService
Expose synonyms of referenced entities to core Search index.

Namespace

Drupal\synonyms_search\SynonymsService\Behavior

Code

public function getTitle() {
  return $this
    ->t('Search');
}