function apachesolr_term_status_callback in Apachesolr Term 7
Status callback for ApacheSolr, for terms.
1 string reference to 'apachesolr_term_status_callback'
- apachesolr_term_apachesolr_entity_info_alter in ./
apachesolr_term.module - @file Indexer for the userhook_apachesolr_entity_info_alter entities for the Apachesolr module.
File
- ./
apachesolr_term.module, line 140 - Indexer for the userhook_apachesolr_entity_info_alter entities for the Apachesolr module.
Code
function apachesolr_term_status_callback($term, $type) {
return TRUE;
}