You are here

public function SelectService::getId in Synonyms 2.0.x

Get machine readable ID of this behavior.

Return value

string The return ID

Overrides BehaviorInterface::getId

1 call to SelectService::getId()
SelectService::selectGetSynonymsMultiple in modules/synonyms_select/src/SynonymsService/Behavior/SelectService.php
Extract a list of synonyms from multiple entities.

File

modules/synonyms_select/src/SynonymsService/Behavior/SelectService.php, line 35

Class

SelectService
Synonyms behavior service for select widget.

Namespace

Drupal\synonyms_select\SynonymsService\Behavior

Code

public function getId() {
  return 'select';
}