You are here

function apachesolr_index_node_bundles_changed in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 apachesolr.index.inc \apachesolr_index_node_bundles_changed()
  2. 6.3 apachesolr.index.inc \apachesolr_index_node_bundles_changed()

Function that will be executed if the node bundles were updated. Currently it does nothing, but it could potentially do something later on.

Parameters

$env_id:

$existing_bundles:

$new_bundles:

1 string reference to 'apachesolr_index_node_bundles_changed'
apachesolr_entity_info_alter in ./apachesolr.module
Implements hook_entity_info_alter().

File

./apachesolr.index.inc, line 982
Functions related to Apache Solr indexing operations.

Code

function apachesolr_index_node_bundles_changed($env_id, $existing_bundles, $new_bundles) {

  // Nothing to do for now.
}