function panels_perm in Panels 5
Same name and namespace in other branches
- 5.2 panels.module \panels_perm()
- 6.3 panels.module \panels_perm()
- 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',
);
}