You are here

function nodequeue_service_perm in Nodequeue 6.2

Implementation of hook_perm().

File

addons/nodequeue_service/nodequeue_service.module, line 10

Code

function nodequeue_service_perm() {
  return array(
    'get nodequeues',
  );
}