You are here

public function DrupalMandrill::subaccounts in Mandrill 7

@link https://mandrillapp.com/api/docs/subaccounts.html#method=method-list

Return value

array|MandrillException

File

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

Class

DrupalMandrill
Class DrupalMandrill.

Code

public function subaccounts() {
  return $this
    ->request('subaccounts/list');
}