function hosting_client_hosting_feature in Hosting 5
Same name and namespace in other branches
- 6.2 client/hosting.feature.client.inc \hosting_client_hosting_feature()
- 7.4 client/hosting.feature.client.inc \hosting_client_hosting_feature()
- 7.3 client/hosting.feature.client.inc \hosting_client_hosting_feature()
Hook definining hosting related features
Used to simplify the interface.
File
- client/
hosting_client.module, line 24
Code
function hosting_client_hosting_feature() {
$features['client'] = array(
'title' => t('Clients'),
'description' => t('Track and manage ownership of hosted.'),
'status' => HOSTING_FEATURE_DISABLED,
'node' => 'client',
'group' => 'experimental',
);
return $features;
}