You are here

function hosting_web_server_hosting_service_type in Hosting 6.2

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

File

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

Code

function hosting_web_server_hosting_service_type() {
  return array(
    'http' => array(
      'title' => t('Web'),
    ),
  );
}