You are here

function hook_vcl_handler_data_alter in Fastly 8.3

Alter VclHandler data.

Parameters

array $data: Data.

1 invocation of hook_vcl_handler_data_alter()
VclHandler::__construct in src/VclHandler.php
Sets data to be processed, sets Credentials Vcl_Handler constructor.

File

./fastly.api.php, line 10

Code

function hook_vcl_handler_data_alter(&$data) {

  // Alter vcl data array here.
}