public function SelectService::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_select/ src/ SynonymsService/ Behavior/ SelectService.php, line 42
Class
- SelectService
- Synonyms behavior service for select widget.
Namespace
Drupal\synonyms_select\SynonymsService\BehaviorCode
public function getTitle() {
return $this
->t('Select');
}