You are here

public function Api::setApiKey in Fastly 8.3

Set API key.

Parameters

string $api_key: Fastly API key.

File

src/Api.php, line 155

Class

Api
Fastly API for Drupal.

Namespace

Drupal\fastly

Code

public function setApiKey($api_key) {
  $this->apiKey = $api_key;
}