public function AkamaiClientInterface::setType in Akamai 8.3
Sets the type of purge.
Parameters
string $type: The type of purge, either 'arl' or 'cpcode'.
Return value
$this
1 method overrides AkamaiClientInterface::setType()
- AkamaiClientBase::setType in src/
AkamaiClientBase.php - Sets the type of purge.
File
- src/
AkamaiClientInterface.php, line 57
Class
- AkamaiClientInterface
- Contains the \Drupal\akamai\AkamaiClientInterface interface.
Namespace
Drupal\akamaiCode
public function setType($type);