You are here

public function MandrillAPIInterface::send in Mandrill 8

1 method overrides MandrillAPIInterface::send()
MandrillAPI::send in src/MandrillAPI.php
The function that calls the API send message.

File

src/MandrillAPIInterface.php, line 31

Class

MandrillAPIInterface
Interface for the Mandrill API.

Namespace

Drupal\mandrill

Code

public function send(array $message);