function mandrill_get_templates in Mandrill 8
Same name and namespace in other branches
- 7.2 mandrill.module \mandrill_get_templates()
- 7 mandrill.module \mandrill_get_templates()
Get a list of mandrill template objects.
File
- ./
mandrill.module, line 139 - Enables Drupal to send email directly through Mandrill.
Code
function mandrill_get_templates() {
throw new \Exception('Use the getTemplates() method on the API service class instead.');
}