You are here

function piwik_perm in Piwik Web Analytics 6.2

Same name and namespace in other branches
  1. 5 piwik.module \piwik_perm()
  2. 6 piwik.module \piwik_perm()

Implementation of hook_perm().

File

./piwik.module, line 34
Drupal Module: Piwik

Code

function piwik_perm() {
  return array(
    'administer piwik',
    'opt-in or out of tracking',
    'use PHP for tracking visibility',
    'add JS snippets for piwik',
  );
}