public function AkamaiClientInterface::setDomain in Akamai 8.3
Sets the domain to clear.
Parameters
string $domain: The domain to clear, either 'production' or 'staging'.
Return value
$this
1 method overrides AkamaiClientInterface::setDomain()
- AkamaiClientBase::setDomain in src/
AkamaiClientBase.php - Sets the domain to clear.
File
- src/
AkamaiClientInterface.php, line 37
Class
- AkamaiClientInterface
- Contains the \Drupal\akamai\AkamaiClientInterface interface.
Namespace
Drupal\akamaiCode
public function setDomain($domain);