You are here

function hook_apachesolr_environment_delete in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 apachesolr.api.php \hook_apachesolr_environment_delete()
  2. 6.3 apachesolr.api.php \hook_apachesolr_environment_delete()

Respond to search environment deletion.

This hook is invoked from apachesolr_environment_delete() after the environment is removed from the database.

Parameters

array $environment: The environment object that is being deleted.

1 function implements hook_apachesolr_environment_delete()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

apachesolr_search_apachesolr_environment_delete in ./apachesolr_search.module
Implements hook_apachesolr_environment_delete().
1 invocation of hook_apachesolr_environment_delete()
apachesolr_environment_delete in ./apachesolr.module
Function that deletes an environment

File

./apachesolr.api.php, line 366
Exposed Hooks in 7.x:

Code

function hook_apachesolr_environment_delete(array $environment) {
}