You are here

public function TestMailForm::__construct in Sparkpost email 8.2

Same name and namespace in other branches
  1. 8 src/Form/TestMailForm.php \Drupal\sparkpost\Form\TestMailForm::__construct()

File

src/Form/TestMailForm.php, line 39

Class

TestMailForm
The form for sending test mails from Sparkpost.

Namespace

Drupal\sparkpost\Form

Code

public function __construct(ClientService $sparkpostClient, MailManagerInterface $mailManager) {
  $this->sparkpostClient = $sparkpostClient;
  $this->mailManager = $mailManager;
}