You are here

function outline_designer_perm in Outline Designer 6.2

Same name and namespace in other branches
  1. 5 outline_designer.module \outline_designer_perm()

Implementation of hook_perm().

File

./outline_designer.module, line 23
API for implementation of the Outline Designer usability improvements.

Code

function outline_designer_perm() {
  return array(
    'use outline designer',
  );
}