You are here

function _cdn_ufi_deployment_id in CDN 6.2

Same name and namespace in other branches
  1. 7.2 cdn.module \_cdn_ufi_deployment_id()

Callback for generating a unique file identifier.

Parameters

$path: The file path to the file for which to generate a unique identifier.

1 string reference to '_cdn_ufi_deployment_id'
cdn_cdn_unique_file_identifier_info in ./cdn.module
Implementation of hook_cdn_unique_file_identifier_info().

File

./cdn.module, line 790

Code

function _cdn_ufi_deployment_id($path) {
  return CDN_DEPLOYMENT_ID;
}