You are here

service synonyms.behavior.select in Synonyms 8

Same name and namespace in other branches
  1. 2.0.x modules/synonyms_select/synonyms_select.services.yml \synonyms.behavior.select

Class

Drupal\synonyms\SynonymsService\Behavior\SelectService

Tags

  • synonyms_behavior
1 string reference to synonyms.behavior.select
SelectService::getSynonymsMultiple in src/SynonymsService/Behavior/SelectService.php
Extract a list of synonyms from multiple entities.

File

./synonyms.services.yml
synonyms.services.yml

View source
  1. class: Drupal\synonyms\SynonymsService\Behavior\SelectService
  2. arguments:
  3. - '@synonyms.behaviors'
  4. - '@renderer'
  5. tags:
  6. - { name: synonyms_behavior }