You are here

public function DrupalMandrill::users_ping in Mandrill 7

@link https://mandrillapp.com/api/docs/users.html#method=ping

Return value

array|MandrillException

File

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

Class

DrupalMandrill
Class DrupalMandrill.

Code

public function users_ping() {
  return $this
    ->request('users/ping');
}