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