public function DrupalMandrill::templates_list in Mandrill 7
@link https://mandrillapp.com/api/docs/templates.html#method=list
Return value
array|MandrillException
File
- lib/
mandrill.inc, line 295 - Wrapper class around the Mandrill API.
Class
- DrupalMandrill
- Class DrupalMandrill.
Code
public function templates_list() {
return $this
->request('templates/list');
}