You are here

interface ClientServiceInterface in Sparkpost email 8

Same name and namespace in other branches
  1. 8.2 src/ClientServiceInterface.php \Drupal\sparkpost\ClientServiceInterface

Interface ClientServiceInterface.

@package Drupal\sparkpost

Hierarchy

Expanded class hierarchy of ClientServiceInterface

All classes that implement ClientServiceInterface

File

src/ClientServiceInterface.php, line 10

Namespace

Drupal\sparkpost
View source
interface ClientServiceInterface {
  public function getClient();
  public function sendMessage(array $message);
  public function sendRequest($endpoint, array $data, $method = 'GET');

}

Members