You are here

hosting_web_cluster.module in Hosting 7.3

Hook implementations for the Hosting web cluster module.

File

web_cluster/hosting_web_cluster.module
View source
<?php

/**
 * @file
 * Hook implementations for the Hosting web cluster module.
 */

/**
 * Implements hook_hosting_service().
 */
function hosting_web_cluster_hosting_service() {
  return array(
    'cluster' => 'http',
  );
}

Functions