function hosting_cron_hosting_feature in Hosting 5
Same name and namespace in other branches
- 6.2 cron/hosting.feature.cron.inc \hosting_cron_hosting_feature()
- 7.4 cron/hosting.feature.cron.inc \hosting_cron_hosting_feature()
- 7.3 cron/hosting.feature.cron.inc \hosting_cron_hosting_feature()
File
- cron/
hosting.feature.cron.inc, line 3
Code
function hosting_cron_hosting_feature() {
$features['cron'] = array(
'title' => t('Cron queue'),
'description' => t('Keeps track of running the cron process on all your sites.'),
'status' => HOSTING_FEATURE_ENABLED,
'module' => 'hosting_cron',
);
return $features;
}