You are here

function panels_page_perm in Panels 5.2

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

Implementation of hook_perm().

File

panels_page/panels_page.module, line 37
panels_page.module

Code

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