public function AutocompleteService::getTitle in Synonyms 8
Get human readable title of this behavior.
Return value
string The return title
Overrides SynonymsBehaviorInterface::getTitle
File
- src/
SynonymsService/ Behavior/ AutocompleteService.php, line 126
Class
- AutocompleteService
- Synonyms behavior service for autocomplete.
Namespace
Drupal\synonyms\SynonymsService\BehaviorCode
public function getTitle() {
return $this
->t('Autocomplete');
}