You are here

service mandrill_reports.service in Mandrill 8

Class

Drupal\mandrill_reports\MandrillReportsService
2 string references to mandrill_reports.service
MandrillReportsController::dashboard in modules/mandrill_reports/src/Controller/MandrillReportsController.php
View Mandrill dashboard report.
MandrillReportsController::summary in modules/mandrill_reports/src/Controller/MandrillReportsController.php
View Mandrill account summary report.

File

modules/mandrill_reports/mandrill_reports.services.yml
modules/mandrill_reports/mandrill_reports.services.yml

View source
  1. class: Drupal\mandrill_reports\MandrillReportsService
  2. arguments:
  3. - '@mandrill.api'
  4. - '@config.factory'