You are here

public function TestMailForm::__construct in Sparkpost email 8

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

File

src/Form/TestMailForm.php, line 31

Class

TestMailForm
Class TestMailForm.

Namespace

Drupal\sparkpost\Form

Code

public function __construct(ClientService $sparkpost_client) {
  $this->sparkpostClient = $sparkpost_client;
}