You are here

public function ClientServiceInterface::getClient in Sparkpost email 8.2

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

Gets the client.

Return value

\SparkPost\SparkPost The client.

1 method overrides ClientServiceInterface::getClient()
ClientService::getClient in src/ClientService.php
Gets the client.

File

src/ClientServiceInterface.php, line 18

Class

ClientServiceInterface
Interface for the client service.

Namespace

Drupal\sparkpost

Code

public function getClient();