You are here

function background_process_settings_form_determine_submit in Background Process 7.2

Same name and namespace in other branches
  1. 8 background_process.admin.inc \background_process_settings_form_determine_submit()
  2. 6 background_process.admin.inc \background_process_settings_form_determine_submit()
  3. 7 background_process.admin.inc \background_process_settings_form_determine_submit()

Submit handler for determining default service host

1 string reference to 'background_process_settings_form_determine_submit'
background_process_settings_form in ./background_process.admin.inc
FAPI definition for settings page.

File

./background_process.admin.inc, line 81

Code

function background_process_settings_form_determine_submit($form, &$form_state) {
  background_process_determine_and_save_default_service_host();
}