You are here

function quant_perm in Quant 6

Implementation of hook_perm()

File

./quant.module, line 13

Code

function quant_perm() {
  return array(
    'administer quant',
    'view analytics page',
  );
}