You are here

drupalgap_rate.module in DrupalGap 7.2

Same filename and directory in other branches
  1. 7 modules/drupalgap_rate/drupalgap_rate.module

File

modules/drupalgap_rate/drupalgap_rate.module
View source
<?php

/**
 * Implements hook_drupalgap_site_settings().
 */
function drupalgap_rate_drupalgap_site_settings($names) {
  $names[] = 'rate_widgets';
  return $names;
}

Functions

Namesort descending Description
drupalgap_rate_drupalgap_site_settings Implements hook_drupalgap_site_settings().