You are here

function hosting_web_pack_hosting_service in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 web_pack/hosting_web_pack.module \hosting_web_pack_hosting_service()
  2. 7.3 web_pack/hosting_web_pack.module \hosting_web_pack_hosting_service()

Implements hook_hosting_service().

File

web_pack/hosting_web_pack.module, line 10
Hook implementations for the Hosting web pack module.

Code

function hosting_web_pack_hosting_service() {
  return array(
    'pack' => 'http',
  );
}