You are here

function deploy_perm in Deploy - Content Staging 5

Same name and namespace in other branches
  1. 6 deploy.module \deploy_perm()

Implementation of hook_perm().

File

./deploy.module, line 21

Code

function deploy_perm() {
  return array(
    'administer deployment',
    'add items to deployment plan',
    'deploy items',
  );
}