You are here

function drupalgap_rate_drupalgap_site_settings in DrupalGap 7.2

Same name and namespace in other branches
  1. 7 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;
}