function file_test_file_update
Implements hook_file_update().
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ file_test.module, line 287 - Helper module for the file tests.
Código
function file_test_file_update($file) {
_file_test_log_call('update', array($file));
}