You are here

public function hostingService::default_restart_cmd in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 server/hosting_server.service.inc \hostingService::default_restart_cmd()
  2. 7.3 server/hosting_server.service.inc \hostingService::default_restart_cmd()
1 call to hostingService::default_restart_cmd()
hostingService::form in server/hosting_server.service.inc
5 methods override hostingService::default_restart_cmd()
hostingService_example_basic::default_restart_cmd in example/example_service/hosting_example.service.inc
The default value for the restart command input.
hostingService_http_apache::default_restart_cmd in web_server/hosting_web_server.service.inc
hostingService_http_apache_ssl::default_restart_cmd in web_server/ssl/hosting_ssl.service.inc
hostingService_http_nginx::default_restart_cmd in web_server/nginx/hosting_nginx.service.inc
hostingService_http_nginx_ssl::default_restart_cmd in web_server/nginx/ssl/hosting_nginx_ssl.service.inc

File

server/hosting_server.service.inc, line 85
Define the base Hosting service class.

Class

hostingService
@file Define the base Hosting service class.

Code

public function default_restart_cmd() {
  return '';
}