You are here

public function hostingService::default_port in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 server/hosting_server.service.inc \hostingService::default_port()
  2. 7.3 server/hosting_server.service.inc \hostingService::default_port()
1 call to hostingService::default_port()
hostingService::form in server/hosting_server.service.inc
3 methods override hostingService::default_port()
hostingService_db_mysql::default_port in db_server/hosting_db_server.service.inc
hostingService_example_basic::default_port in example/hosting_example.service.inc
the default value for the port input.
hostingService_http_public::default_port in web_server/hosting_web_server.service.inc

File

server/hosting_server.service.inc, line 51

Class

hostingService

Code

public function default_port() {
  return 0;
}