You are here

function panels_page_perm in Panels 6.2

Same name and namespace in other branches
  1. 5.2 panels_page/panels_page.module \panels_page_perm()

Implementation of hook_perm().

File

panels_page/panels_page.module, line 81
panels_page.module

Code

function panels_page_perm() {
  return array(
    'create panel-pages',
    'access all panel-pages',
  );
}