function background_process_get_service_host_title in Background Process 7.2
1 call to background_process_get_service_host_title()
- background_process_settings_form in ./
background_process.admin.inc - FAPI definition for settings page.
File
- ./
background_process.module, line 208
Code
function background_process_get_service_host_title($service_host) {
if ($callback = background_process_prepare_dispatcher_callback($service_host['dispatcher'], 'title')) {
return call_user_func($callback, $service_host);
}
return '';
}