public function ClientService::__construct in Sparkpost email 8
Same name and namespace in other branches
- 8.2 src/ClientService.php \Drupal\sparkpost\ClientService::__construct()
Constructor.
File
- src/
ClientService.php, line 34
Class
- ClientService
- Class ClientService.
Namespace
Drupal\sparkpostCode
public function __construct(Client $client, ConfigFactory $configFactory) {
$this->client = $client;
$this->configFactory = $configFactory;
}