hosting_web_cluster.module in Hosting 7.4
Same filename and directory in other branches
Hook implementations for the Hosting web cluster module.
File
web_cluster/hosting_web_cluster.moduleView 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
Name | Description |
---|---|
hosting_web_cluster_hosting_service | Implements hook_hosting_service(). |