You are here

public function MessageWrapper::getClientService in Sparkpost email 8.2

Gets the client service.

Overrides MessageWrapperInterface::getClientService

File

src/MessageWrapper.php, line 115

Class

MessageWrapper
Message wrapper class.

Namespace

Drupal\sparkpost

Code

public function getClientService() {
  return $this->clientService;
}