function file_test_file_update
Implements hook_file_update().
File
-
modules/
simpletest/ tests/ file_test.module, line 295
Code
function file_test_file_update($file) {
_file_test_log_call('update', array(
$file,
));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.