fastly.api.php in Fastly 8.3
File
fastly.api.phpView source
<?php
/**
* Alter VclHandler data.
*
* @param array $data
* Data.
*
*/
function hook_vcl_handler_data_alter(&$data) {
// Alter vcl data array here.
}
Functions
Name | Description |
---|---|
hook_vcl_handler_data_alter | Alter VclHandler data. |