You are here

public function ClientServiceInterface::sendMessage in Sparkpost email 8.2

Same name and namespace in other branches
  1. 8 src/ClientServiceInterface.php \Drupal\sparkpost\ClientServiceInterface::sendMessage()

Sends the message.

Parameters

array $message: The sparkpost message.

Return value

array The body of the response.

1 method overrides ClientServiceInterface::sendMessage()
ClientService::sendMessage in src/ClientService.php
Sends the message.

File

src/ClientServiceInterface.php, line 29

Class

ClientServiceInterface
Interface for the client service.

Namespace

Drupal\sparkpost

Code

public function sendMessage(array $message);