You are here

function mandrill_reports_data in Mandrill 8

Same name and namespace in other branches
  1. 7.2 modules/mandrill_reports/mandrill_reports.module \mandrill_reports_data()
  2. 7 modules/mandrill_reports/mandrill_reports.module \mandrill_reports_data()

Return an associative array containing raw stats.

Return value

array Associative array containing report data.

Throws

\Exception

File

modules/mandrill_reports/mandrill_reports.module, line 16
Main module functions for mandrill_reports.

Code

function mandrill_reports_data() {
  throw new \Exception('Use functions in MandrillReports service instead.');
}