You are here

function spaces_perm in Spaces 6.2

Same name and namespace in other branches
  1. 5.2 spaces.module \spaces_perm()
  2. 5 spaces.module \spaces_perm()
  3. 6.3 spaces.module \spaces_perm()
  4. 6 spaces.module \spaces_perm()

Implementation of hook_perm().

File

./spaces.module, line 44

Code

function spaces_perm() {
  return array(
    'administer spaces',
    'configure spaces features',
  );
}