You are here

function apachesolr_file_status_callback in Apache Solr File 7

1 string reference to 'apachesolr_file_status_callback'
apachesolr_file_apachesolr_entity_info_alter in ./apachesolr_file.module

File

./apachesolr_file.module, line 33

Code

function apachesolr_file_status_callback($entity_id, $entity_type) {
  $file = file_load($entity_id);
  return $file->status;
}