You are here

function panels_perm in Panels 5

Same name and namespace in other branches
  1. 5.2 panels.module \panels_perm()
  2. 6.3 panels.module \panels_perm()
  3. 6.2 panels.module \panels_perm()

Implementation of hook_perm()

File

./panels.module, line 19

Code

function panels_perm() {
  return array(
    'create panels',
    'access all panels',
  );
}