You are here

gathercontent.services.yml in GatherContent 8.5

Same filename and directory in other branches
  1. 8.4 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.metatag:
  6. class: Drupal\gathercontent\MetatagQuery
  7. arguments: ['@entity_field.manager', '@config.factory']
  8. gathercontent.migration_creator:
  9. class: Drupal\gathercontent\MigrationDefinitionCreator
  10. arguments: ['@config.factory', '@entity_type.manager', '@module_handler', '@database', '@gathercontent.metatag']