You are here

public function DrupalMandrill::tags_all_time_series in Mandrill 7

@link https://mandrillapp.com/api/docs/tags.html#method=all-time-series

Return value

array|MandrillException

File

lib/mandrill.inc, line 244
Wrapper class around the Mandrill API.

Class

DrupalMandrill
Class DrupalMandrill.

Code

public function tags_all_time_series() {
  return $this
    ->request('tags/all-time-series');
}