You are here

function hosting_web_server_hosting_service in Hosting 5

Same name and namespace in other branches
  1. 6.2 web_server/hosting_web_server.module \hosting_web_server_hosting_service()
  2. 7.4 web_server/hosting_web_server.module \hosting_web_server_hosting_service()
  3. 7.3 web_server/hosting_web_server.module \hosting_web_server_hosting_service()

@file Web server node type is defined here.

File

web_server/hosting_web_server.module, line 6
Web server node type is defined here.

Code

function hosting_web_server_hosting_service() {
  return array(
    "web_server" => t("Web Server"),
  );
}