You are here

function hosting_web_cluster_hosting_service in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 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()

Implements hook_hosting_service().

File

web_cluster/hosting_web_cluster.module, line 10
Hook implementations for the Hosting web cluster module.

Code

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