You are here

public function Api::getApiKey in Fastly 8.3

Get API key.

File

src/Api.php, line 145

Class

Api
Fastly API for Drupal.

Namespace

Drupal\fastly

Code

public function getApiKey() {
  return $this->apiKey;
}