You are here

public function CcuClientInterface::setNetwork in Akamai 7.3

Sets the network on which purge requests will be executed.

Parameters

string $network: Must be either 'production' or 'staging'.

1 method overrides CcuClientInterface::setNetwork()
BaseCcuClient::setNetwork in src/BaseCcuClient.php
Implements CcuClientInterface::setNetwork().

File

src/CcuClientInterface.php, line 45
Constains the Drupal\akamai\CcuClientInterface interface.

Class

CcuClientInterface

Namespace

Drupal\akamai

Code

public function setNetwork($network);