interface ClientServiceInterface in Sparkpost email 8
Same name and namespace in other branches
- 8.2 src/ClientServiceInterface.php \Drupal\sparkpost\ClientServiceInterface
Interface ClientServiceInterface.
@package Drupal\sparkpost
Hierarchy
- interface \Drupal\sparkpost\ClientServiceInterface
Expanded class hierarchy of ClientServiceInterface
All classes that implement ClientServiceInterface
File
- src/
ClientServiceInterface.php, line 10
Namespace
Drupal\sparkpostView source
interface ClientServiceInterface {
public function getClient();
public function sendMessage(array $message);
public function sendRequest($endpoint, array $data, $method = 'GET');
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClientServiceInterface:: |
public | function | 1 | |
ClientServiceInterface:: |
public | function | 1 | |
ClientServiceInterface:: |
public | function | 1 |