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