You are here

function facebook_pull_perm in Facebook Pull 6

Implementation of hook_perm().

File

./facebook_pull.module, line 40

Code

function facebook_pull_perm() {
  return array(
    'administer facebook pull',
  );
}