You are here

function mandrill_get_api_object in Mandrill 8

Same name and namespace in other branches
  1. 6 mandrill.module \mandrill_get_api_object()
  2. 7.2 mandrill.module \mandrill_get_api_object()
  3. 7 mandrill.module \mandrill_get_api_object()

Return Mandrill API object for communication with the mandrill server.

@DEPRECATED

File

./mandrill.module, line 89
Enables Drupal to send email directly through Mandrill.

Code

function mandrill_get_api_object($reset = FALSE) {
  throw new \Exception('This method has moved to the API service class, and is private. Use one of the abstracts for whatever call you require.');
}