You are here

function hosting_db_server_node_info in Hosting 5

File

db_server/hosting_db_server.module, line 60

Code

function hosting_db_server_node_info() {
  $types["db_server"] = array(
    "type" => 'db_server',
    "name" => 'Database server',
    "module" => 'hosting_db_server',
    "has_title" => TRUE,
    "title_label" => t('Host name'),
    "description" => hosting_node_help("db_server"),
    "has_body" => 0,
    "body_label" => '',
    "min_word_count" => 0,
  );
  return $types;
}