mandrill_reports.module in Mandrill 8
Same filename and directory in other branches
Main module functions for mandrill_reports.
File
modules/mandrill_reports/mandrill_reports.moduleView source
<?php
/**
* @file
* Main module functions for mandrill_reports.
*/
/**
* Return an associative array containing raw stats.
*
* @return array
* Associative array containing report data.
*
* @throws \Exception
*/
function mandrill_reports_data() {
throw new \Exception('Use functions in MandrillReports service instead.');
}
Functions
Name | Description |
---|---|
mandrill_reports_data | Return an associative array containing raw stats. |