interface SynonymsBehaviorInterface in Synonyms 8
Interface of a synonyms behavior. All behaviors must implement it.
Hierarchy
- interface \Drupal\synonyms\SynonymsService\Behavior\SynonymsBehaviorInterface
Expanded class hierarchy of SynonymsBehaviorInterface
All classes that implement SynonymsBehaviorInterface
3 files declare their use of SynonymsBehaviorInterface
- BehaviorService.php in src/
SynonymsService/ BehaviorService.php - SearchService.php in synonyms_search/
src/ SynonymsService/ Behavior/ SearchService.php - SynonymConfigController.php in src/
Controller/ SynonymConfigController.php
File
- src/
SynonymsService/ Behavior/ SynonymsBehaviorInterface.php, line 8
Namespace
Drupal\synonyms\SynonymsService\BehaviorView source
interface SynonymsBehaviorInterface {
/**
* Get human readable title of this behavior.
*
* @return string
* The return title
*/
public function getTitle();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SynonymsBehaviorInterface:: |
public | function | Get human readable title of this behavior. | 3 |