You are here

function apachesolr_exclude_node_apachesolr_entity_info_alter in Apache Solr Exclude Node 7

Implements hook_apachesolr_entity_info_alter().

File

./apachesolr_exclude_node.module, line 146
Module file for the Apache Solr Exclude Node module.

Code

function apachesolr_exclude_node_apachesolr_entity_info_alter(&$entity_info) {
  $entity_info['node']['status callback'][] = 'apachesolr_exclude_node_apachesolr_index_node_status_callback';
}