function apachesolr_file_status_callback in Apache Solr File 7
1 string reference to 'apachesolr_file_status_callback'
File
- ./
apachesolr_file.module, line 33
Code
function apachesolr_file_status_callback($entity_id, $entity_type) {
$file = file_load($entity_id);
return $file->status;
}