You are here

function hosting_dns_hosting_service_type in Hosting 6.2

Implementation of hook_hosting_service_type().

File

dns/hosting_dns.module, line 10
Manage DNS records for your hosted sites.

Code

function hosting_dns_hosting_service_type() {
  return array(
    'dns' => array(
      'title' => t('DNS service'),
    ),
  );
}