You are here

function hostingService_http_public::default_port in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 web_server/hosting_web_server.service.inc \hostingService_http_public::default_port()
  2. 7.3 web_server/hosting_web_server.service.inc \hostingService_http_public::default_port()

Overrides hostingService::default_port

1 call to hostingService_http_public::default_port()
hostingService_http_apache::provisionProperties in web_server/hosting_web_server.service.inc
Return service properties to Provision CLI.

File

web_server/hosting_web_server.service.inc, line 16
Hosting service classes for the Hosting web server module.osting service classes for the Hosting web server module.

Class

hostingService_http_public

Code

function default_port() {
  return 80;
}