You are here

interface MandrillServiceInterface in Mandrill 8

Interface for the Mandrill service.

Hierarchy

Expanded class hierarchy of MandrillServiceInterface

All classes that implement MandrillServiceInterface

1 file declares its use of MandrillServiceInterface
MandrillAdminSettingsForm.php in src/Form/MandrillAdminSettingsForm.php

File

src/MandrillServiceInterface.php, line 8

Namespace

Drupal\mandrill
View source
interface MandrillServiceInterface {
  public function getMailSystems();
  public function getReceivers($receiver);
  public function send($message);

}

Members