public function TestMailForm::__construct in Sparkpost email 8
Same name and namespace in other branches
- 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\FormCode
public function __construct(ClientService $sparkpost_client) {
$this->sparkpostClient = $sparkpost_client;
}