You are here

function hosting_web_cluster_hosting_service in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 web_cluster/hosting_web_cluster.module \hosting_web_cluster_hosting_service()
  2. 7.3 web_cluster/hosting_web_cluster.module \hosting_web_cluster_hosting_service()

File

web_cluster/hosting_web_cluster.module, line 3

Code

function hosting_web_cluster_hosting_service() {
  return array(
    'cluster' => 'http',
  );
}