You are here

function background_process_dispatchers_form in Background Process 7.2

1 string reference to 'background_process_dispatchers_form'
background_process_menu in ./background_process.module
Implements hook_menu().

File

./background_process.admin.inc, line 115

Code

function background_process_dispatchers_form() {
  $form = array();
  $form = system_settings_form($form);
  return $form;
}