You are here

public function MessageWrapperInterface::__construct in Sparkpost email 8.2

MessageWrapperInterface constructor.

Parameters

\Drupal\sparkpost\ClientServiceInterface $clientService: Client service.

1 method overrides MessageWrapperInterface::__construct()
MessageWrapper::__construct in src/MessageWrapper.php
SparkpostMessage constructor.

File

src/MessageWrapperInterface.php, line 22
Message class.

Class

MessageWrapperInterface
An interface for the message wrapper we use.

Namespace

Drupal\sparkpost

Code

public function __construct(ClientServiceInterface $clientService);