hosting_web_pack.module in Hosting 7.4
Same filename and directory in other branches
Hook implementations for the Hosting web pack module.
File
web_pack/hosting_web_pack.moduleView source
<?php
/**
* @file
* Hook implementations for the Hosting web pack module.
*/
/**
* Implements hook_hosting_service().
*/
function hosting_web_pack_hosting_service() {
return array(
'pack' => 'http',
);
}
Functions
Name | Description |
---|---|
hosting_web_pack_hosting_service | Implements hook_hosting_service(). |