function drupalgap_rate_drupalgap_site_settings in DrupalGap 7
Same name and namespace in other branches
- 7.2 modules/drupalgap_rate/drupalgap_rate.module \drupalgap_rate_drupalgap_site_settings()
Implements hook_drupalgap_site_settings().
File
- modules/
drupalgap_rate/ drupalgap_rate.module, line 6
Code
function drupalgap_rate_drupalgap_site_settings($names) {
$names[] = 'rate_widgets';
return $names;
}