MandrillServiceInterface.php in Mandrill 8
Namespace
Drupal\mandrillFile
src/MandrillServiceInterface.phpView source
<?php
namespace Drupal\mandrill;
/**
* Interface for the Mandrill service.
*/
interface MandrillServiceInterface {
public function getMailSystems();
public function getReceivers($receiver);
public function send($message);
}
Interfaces
Name | Description |
---|---|
MandrillServiceInterface | Interface for the Mandrill service. |