You are here

function background_process_dispatcher_http_title in Background Process 7.2

Title callback for HTTP service hosts.

1 string reference to 'background_process_dispatcher_http_title'
background_process_background_process_dispatcher_info in ./background_process.module
Implements background_process_dispatcher_info().

File

./background_process.dispatchers.inc, line 34

Code

function background_process_dispatcher_http_title($service_host) {
  return sprintf("http: %s - %s", $service_host['base_url'], $service_host['http_host']);
}