public function Ccu3Client::getPurgeApiEndpoint in Akamai 7.3
Implements CcuClientInterface::getPurgeApiEndpoint().
Overrides CcuClientInterface::getPurgeApiEndpoint
File
- src/
Ccu3Client.php, line 29 - Contains the Drupal\akamai\Ccu3Client class.
Class
Namespace
Drupal\akamaiCode
public function getPurgeApiEndpoint() {
return "/ccu/{$this->version}/{$this->operation}/url/{$this->network}";
}