You are here

function apachesolr_attachments_delete_cache_submit in Apache Solr Attachments 6.2

Same name and namespace in other branches
  1. 6 apachesolr_attachments.admin.inc \apachesolr_attachments_delete_cache_submit()
1 string reference to 'apachesolr_attachments_delete_cache_submit'
apachesolr_attachments_delete_index_form in ./apachesolr_attachments.admin.inc
Create a form for deleting the contents of the Solr index.

File

./apachesolr_attachments.admin.inc, line 159
Provides a file attachment search implementation for use with the Apache Solr module

Code

function apachesolr_attachments_delete_cache_submit($form, &$form_state) {
  $form_state['redirect'] = 'admin/settings/apachesolr/attachments/confirm/clear-cache';
}