function apachesolr_attachments_delete_cache_submit in Apache Solr Attachments 6
Same name and namespace in other branches
- 6.2 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 154 - 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';
}