public function AkamaiHeaderEvents::__construct in Akamai 8.3
Constructs the array.
Parameters
array $data: The tags/urls/cp codes to manipulate for the header.
File
- src/
Event/ AkamaiHeaderEvents.php, line 30
Class
- AkamaiHeaderEvents
- Event that is fired when Akamai header is formed.
Namespace
Drupal\akamai\EventCode
public function __construct(array $data) {
$this->data = $data;
}