function pathauto_perm in Pathauto 6
Same name and namespace in other branches
- 5.2 pathauto.module \pathauto_perm()
- 5 pathauto.module \pathauto_perm()
- 6.2 pathauto.module \pathauto_perm()
Implements 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',
);
}