You are here

sparkpost.services.yml in Sparkpost email 8.2

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

File

sparkpost.services.yml
View source
  1. services:
  2. sparkpost.client:
  3. class: Drupal\sparkpost\ClientService
  4. arguments: ["@http_client", "@config.factory"]
  5. sparkpost.test_mail_system_override:
  6. class: \Drupal\sparkpost\TestMailSystemOverride
  7. tags:
  8. - {name: config.factory.override, priority: 5}
  9. sparkpost.message_wrapper:
  10. class: Drupal\sparkpost\MessageWrapper
  11. arguments: ["@sparkpost.client"]