You are here

public function WidgetInterface::getWidgetTitle in Synonyms 2.0.x

Get human readable title of this widget.

Return value

string The return title

2 methods override WidgetInterface::getWidgetTitle()
AutocompleteService::getWidgetTitle in modules/synonyms_autocomplete/src/SynonymsService/Behavior/AutocompleteService.php
Get human readable title of this widget.
SelectService::getWidgetTitle in modules/synonyms_select/src/SynonymsService/Behavior/SelectService.php
Get human readable title of this widget.

File

src/BehaviorInterface/WidgetInterface.php, line 16

Class

WidgetInterface
Interface of a synonyms widget. All widgets must implement it.

Namespace

Drupal\synonyms\BehaviorInterface

Code

public function getWidgetTitle();