function apachesolr_attachments_entity_delete in Apache Solr Attachments 7
Same name and namespace in other branches
- 6.3 apachesolr_attachments.module \apachesolr_attachments_entity_delete()
File
- ./apachesolr_attachments.module, line 551 
- Provides a file attachment search implementation for use with the Apache Solr module
Code
function apachesolr_attachments_entity_delete($entity, $type) {
  module_load_include('inc', 'apachesolr_attachments', 'apachesolr_attachments.index');
  apachesolr_attachments_clean_index_table();
}