You are here

function google_analytics_counter_perm in Google Analytics Counter 6

Same name and namespace in other branches
  1. 6.2 google_analytics_counter.module \google_analytics_counter_perm()

Valid permissions for this module

Return value

array An array of valid permissions for the test_module module

File

./google_analytics_counter.module, line 11

Code

function google_analytics_counter_perm() {
  return array(
    'access google analytics counter',
    'administer google analytics counter',
  );
}