You are here

function twitter_post_perm in Twitter 6.4

Same name and namespace in other branches
  1. 6.5 twitter_post/twitter_post.module \twitter_post_perm()
  2. 6.3 twitter_post/twitter_post.module \twitter_post_perm()

Implementation of hook_perm()

File

twitter_post/twitter_post.module, line 28
Main hooks for twitter post module

Code

function twitter_post_perm() {
  return array(
    'post to twitter',
  );
}