You are here

function apachesolr_delete_index_submit in Apache Solr Search 6

Submit function for the "Delete the index" button

See also

apachesolr_delete_index_form()

1 string reference to 'apachesolr_delete_index_submit'
apachesolr_delete_index_form in ./apachesolr.admin.inc
Create a form for deleting the contents of the Solr index.

File

./apachesolr.admin.inc, line 415
Administrative pages for the Apache Solr framework.

Code

function apachesolr_delete_index_submit($form, &$form_state) {
  $form_state['redirect'] = 'admin/settings/apachesolr/index/delete/confirm';
}