You are here

function google_analytics_reports_perm in Google Analytics Reports 6

Implementation of hook_perm().

File

google_analytics_reports/google_analytics_reports.module, line 81
Front-end interfaces that use the Google Analytics API module.

Code

function google_analytics_reports_perm() {
  return array(
    'access google analytics reports',
  );
}