function search_files_helper_autodetect_submit in Search Files 7.2
Same name and namespace in other branches
- 6.2 search_files.module \search_files_helper_autodetect_submit()
Submit callback for search_files_helper_autodetect().
File
- ./
search_files.module, line 114 - Organizes and provides helper functions for extracting text from files.
Code
function search_files_helper_autodetect_submit($form, &$form_state) {
// load sample helper apps into database
search_files_install_auto_helper_app_configuration();
drupal_goto('admin/config/search/search_files/helpers/list');
}