function file_test_file_validate
Implements hook_file_validate().
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ file_test.module, line 264 - Helper module for the file tests.
Código
function file_test_file_validate($file) {
_file_test_log_call('validate', array($file));
return _file_test_get_return('validate');
}