You are here

fastly.api.php in Fastly 8.3

File

fastly.api.php
View source
<?php

/**
* Alter VclHandler data.
*
* @param array $data
*   Data.
*
*/
function hook_vcl_handler_data_alter(&$data) {

  // Alter vcl data array here.
}

Functions

Namesort descending Description
hook_vcl_handler_data_alter Alter VclHandler data.