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