You are here

function pardot_perm in Pardot Integration 6

Implementation of hook_perm().

File

./pardot.module, line 126
ParDot integration module.

Code

function pardot_perm() {
  return array(
    'administer pardot',
  );
}