You are here

function hosting_web_server_hosting_service_type in Hosting 7.3

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

@todo Please document this function.

See also

http://drupal.org/node/1354

File

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

Code

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