public function BackgroundProcess::getServiceHost in Background Process 7.2
Get current service host.
File
- ./
background_process.inc, line 288 - External API short overview
Class
- BackgroundProcess
- @file
Code
public function getServiceHost() {
return $this->service_host;
}