hosting.feature.client.inc in Hostmaster (Aegir) 6
File
modules/hosting/client/hosting.feature.client.incView source
<?php
/**
* Implementation of hook_hosting_feature().
*/
function hosting_client_hosting_feature() {
$features['client'] = array(
'title' => t('Clients'),
'description' => t('Track and manage ownership of hosted sites.'),
'status' => HOSTING_FEATURE_ENABLED,
'module' => 'hosting_client',
'node' => 'client',
);
return $features;
}
Functions
Name | Description |
---|---|
hosting_client_hosting_feature | Implementation of hook_hosting_feature(). |