function pathauto_perm in Pathauto 5.2
Same name and namespace in other branches
- 5 pathauto.module \pathauto_perm()
- 6.2 pathauto.module \pathauto_perm()
- 6 pathauto.module \pathauto_perm()
Implementation of hook_perm().
File
- ./pathauto.module, line 47 
- Main file for the Pathauto module, which automatically generates aliases for content.
Code
function pathauto_perm() {
  return array(
    'administer pathauto',
    'notify of path changes',
  );
}