You are here

function outline_child_pages_perm in Outline Designer 6.2

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

Implementing hook_perm

File

modules/outline_child_pages/outline_child_pages.module, line 5

Code

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