You are here

function pardot_permission in Pardot Integration 7

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

Implements hook_permission().

File

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

Code

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