You are here

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\Behavior

Code

public function getTitle() {
  return $this
    ->t('Select');
}