You are here

synonyms.services.yml in Synonyms 2.0.x

Same filename and directory in other branches
  1. 8 synonyms.services.yml

File

synonyms.services.yml
View source
  1. services:
  2. plugin.manager.synonyms_provider:
  3. class: Drupal\synonyms\ProviderPluginManager
  4. parent: default_plugin_manager
  5. synonyms.behavior_service:
  6. class: Drupal\synonyms\SynonymsService\BehaviorService
  7. tags:
  8. - { name: service_collector, tag: synonyms_behavior, call: addBehaviorService }
  9. synonyms.provider_service:
  10. class: Drupal\synonyms\SynonymsService\ProviderService
  11. arguments: [ '@entity_type.manager', '@entity_type.bundle.info' ]
  12. synonyms.provider.field_type_to_synonyms:
  13. class: Drupal\synonyms\SynonymsService\FieldTypeToSynonyms
  14. arguments: [ '@module_handler' ]
  15. synonyms.param_converter.entity_type:
  16. class: Drupal\synonyms\ParamConverter\EntityTypeParamConverter
  17. arguments: [ '@entity_type.manager' ]
  18. tags:
  19. - { name: paramconverter }