sparkpost.services.yml in Sparkpost email 8.2
Same filename and directory in other branches
File
sparkpost.services.ymlView source
- services:
- sparkpost.client:
- class: Drupal\sparkpost\ClientService
- arguments: ["@http_client", "@config.factory"]
- sparkpost.test_mail_system_override:
- class: \Drupal\sparkpost\TestMailSystemOverride
- tags:
- - {name: config.factory.override, priority: 5}
- sparkpost.message_wrapper:
- class: Drupal\sparkpost\MessageWrapper
- arguments: ["@sparkpost.client"]