interface MandrillServiceInterface in Mandrill 8
Interface for the Mandrill service.
Hierarchy
- interface \Drupal\mandrill\MandrillServiceInterface
Expanded class hierarchy of MandrillServiceInterface
All classes that implement MandrillServiceInterface
1 file declares its use of MandrillServiceInterface
File
- src/
MandrillServiceInterface.php, line 8
Namespace
Drupal\mandrillView source
interface MandrillServiceInterface {
public function getMailSystems();
public function getReceivers($receiver);
public function send($message);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MandrillServiceInterface:: |
public | function | 1 | |
MandrillServiceInterface:: |
public | function | 1 | |
MandrillServiceInterface:: |
public | function | 1 |