You are here

public function BehaviorInterface::getId in Synonyms 2.0.x

Get machine readable ID of this behavior.

Return value

string The return ID

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

File

src/BehaviorInterface/BehaviorInterface.php, line 16

Class

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

Namespace

Drupal\synonyms\BehaviorInterface

Code

public function getId();