function filehash_views_api in File Hash 7
Implements hook_views_api().
File
- ./
filehash.module, line 197 - Generate hashes for each uploaded file.
Code
function filehash_views_api() {
return array(
'api' => 3,
);
}
Implements hook_views_api().
function filehash_views_api() {
return array(
'api' => 3,
);
}