You are here

function devel_perm in Devel 5

Same name and namespace in other branches
  1. 6 devel.module \devel_perm()

Implementation of hook_perm().

File

./devel.module, line 338

Code

function devel_perm() {
  return array(
    'access devel information',
    'execute php code',
    'switch users',
  );
}