You are here

mandrill_reports.services.yml in Mandrill 8

modules/mandrill_reports/mandrill_reports.services.yml

File

modules/mandrill_reports/mandrill_reports.services.yml
View source
  1. services:
  2. mandrill_reports.service:
  3. class: Drupal\mandrill_reports\MandrillReportsService
  4. arguments: ['@mandrill.api', '@config.factory']
  5. mandrill_reports.test.service:
  6. class: Drupal\mandrill_reports\MandrillReportsService
  7. arguments: ['@mandrill.test.api', '@config.factory']