public function SynonymsBehaviorInterface::getTitle in Synonyms 8
Get human readable title of this behavior.
Return value
string The return title
3 methods override SynonymsBehaviorInterface::getTitle()
- AutocompleteService::getTitle in src/
SynonymsService/ Behavior/ AutocompleteService.php - Get human readable title of this behavior.
- SearchService::getTitle in synonyms_search/
src/ SynonymsService/ Behavior/ SearchService.php - Get human readable title of this behavior.
- SelectService::getTitle in src/
SynonymsService/ Behavior/ SelectService.php - Get human readable title of this behavior.
File
- src/
SynonymsService/ Behavior/ SynonymsBehaviorInterface.php, line 16
Class
- SynonymsBehaviorInterface
- Interface of a synonyms behavior. All behaviors must implement it.
Namespace
Drupal\synonyms\SynonymsService\BehaviorCode
public function getTitle();