You are here

service synonyms.behavior_service in Synonyms 2.0.x

Class

Drupal\synonyms\SynonymsService\BehaviorService

Tags

  • service_collector
4 string references to synonyms.behavior_service
BehaviorForm::create in src/Form/BehaviorForm.php
Instantiates a new instance of this class.
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.
SynonymConfigController::create in src/Controller/SynonymConfigController.php
Instantiates a new instance of this class.
SynonymsEntity::create in modules/synonyms_views_filter/src/Plugin/views/filter/SynonymsEntity.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\synonyms\SynonymsService\BehaviorService
  2. tags:
  3. - { name: service_collector, tag: synonyms_behavior, call: addBehaviorService }