You are here

public function AkamaiClientInterface::setAction in Akamai 8.3

Helper function to set the action for purge request.

Parameters

string $action: Action to be taken while purging.

Return value

$this

1 method overrides AkamaiClientInterface::setAction()
AkamaiClientBase::setAction in src/AkamaiClientBase.php
Helper function to set the action for purge request.

File

src/AkamaiClientInterface.php, line 47

Class

AkamaiClientInterface
Contains the \Drupal\akamai\AkamaiClientInterface interface.

Namespace

Drupal\akamai

Code

public function setAction($action);