You are here

public function AkamaiPurgeEvents::__construct in Akamai 8.3

Constructs the array.

Parameters

array $data: The tags/urls/cp codes to manipulate before purge.

File

src/Event/AkamaiPurgeEvents.php, line 28

Class

AkamaiPurgeEvents
Event that is fired when Akamai purge is formed.

Namespace

Drupal\akamai\Event

Code

public function __construct(array $data) {
  $this->data = $data;
}