You are here

public function BehaviorInterface::getTitle in Synonyms 2.0.x

Get human readable title of this behavior.

Return value

string The return title

3 methods override BehaviorInterface::getTitle()
AutocompleteService::getTitle in modules/synonyms_autocomplete/src/SynonymsService/Behavior/AutocompleteService.php
Get human readable title of this behavior.
SearchService::getTitle in modules/synonyms_search/src/SynonymsService/Behavior/SearchService.php
Get human readable title of this behavior.
SelectService::getTitle in modules/synonyms_select/src/SynonymsService/Behavior/SelectService.php
Get human readable title of this behavior.

File

src/BehaviorInterface/BehaviorInterface.php, line 24

Class

BehaviorInterface
Interface of a synonyms behavior. All behaviors must implement it.

Namespace

Drupal\synonyms\BehaviorInterface

Code

public function getTitle();