You are here

function outline_child_pages_perm in Outline Designer 6

Same name and namespace in other branches
  1. 6.2 modules/outline_child_pages/outline_child_pages.module \outline_child_pages_perm()

Implementing hook_perm

File

outline_child_pages/outline_child_pages.module, line 7

Code

function outline_child_pages_perm() {
  return array(
    'outline own pages',
  );
}