You are here

gathercontent.services.yml in GatherContent 8.4

Same filename and directory in other branches
  1. 8.5 gathercontent.services.yml

File

gathercontent.services.yml
View source
  1. services:
  2. gathercontent.client:
  3. class: Drupal\gathercontent\DrupalGatherContentClient
  4. arguments: ['@http_client']
  5. gathercontent.content_processor:
  6. class: Drupal\gathercontent\Import\ContentProcess\ContentProcessor
  7. arguments: ['@gathercontent.client', '@gathercontent.metatag', '@datetime.time']
  8. gathercontent.importer:
  9. class: Drupal\gathercontent\Import\Importer
  10. arguments: ['@gathercontent.client', '@gathercontent.content_processor', '@event_dispatcher']
  11. gathercontent.metatag:
  12. class: Drupal\gathercontent\MetatagQuery
  13. arguments: ['@entity_field.manager']