You are here

public function DrupalMailchimp::__construct in Mailchimp 2.x

Same name and namespace in other branches
  1. 8 tests/modules/mailchimp_test/src/DrupalMailchimp.php \Drupal\mailchimp_test\DrupalMailchimp::__construct()

DrupalMailchimp constructor.

Parameters

string|null $apikey: The API key.

array $opts: An array of opts.

File

tests/modules/mailchimp_test/src/DrupalMailchimp.php, line 18

Class

DrupalMailchimp
Contains a test class.

Namespace

Drupal\mailchimp_test

Code

public function __construct($apikey = NULL, array $opts = []) {
}