You are here

function pardot_permission in Pardot Integration 7.2

Same name and namespace in other branches
  1. 7 pardot.module \pardot_permission()

Implements hook_permission().

File

./pardot.module, line 112
Pardot integration module.

Code

function pardot_permission() {
  return array(
    'administer pardot' => array(
      'title' => t('Administer pardot'),
      'description' => t('Administer pardot'),
    ),
  );
}