You are here

public function SelectService::getWidgetTitle in Synonyms 2.0.x

Get human readable title of this widget.

Return value

string The return title

Overrides WidgetInterface::getWidgetTitle

File

modules/synonyms_select/src/SynonymsService/Behavior/SelectService.php, line 49

Class

SelectService
Synonyms behavior service for select widget.

Namespace

Drupal\synonyms_select\SynonymsService\Behavior

Code

public function getWidgetTitle() {
  return $this
    ->t('Synonyms-friendly select');
}