You are here

hosting_web_pack.module in Hosting 7.3

Hook implementations for the Hosting web pack module.

File

web_pack/hosting_web_pack.module
View 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