You are here

public function hostingService::default_port in Hostmaster (Aegir) 6

1 call to hostingService::default_port()
hostingService::form in modules/hosting/server/hosting_server.service.inc
3 methods override hostingService::default_port()
hostingService_db_mysql::default_port in modules/hosting/db_server/hosting_db_server.service.inc
hostingService_example_basic::default_port in modules/hosting/example/hosting_example.service.inc
the default value for the port input.
hostingService_http_public::default_port in modules/hosting/web_server/hosting_web_server.service.inc

File

modules/hosting/server/hosting_server.service.inc, line 51

Class

hostingService

Code

public function default_port() {
  return 0;
}