You are here

function pathauto_perm in Pathauto 6.2

Same name and namespace in other branches
  1. 5.2 pathauto.module \pathauto_perm()
  2. 5 pathauto.module \pathauto_perm()
  3. 6 pathauto.module \pathauto_perm()

Implements hook_perm().

File

./pathauto.module, line 51
Main file for the Pathauto module, which automatically generates aliases for content.

Code

function pathauto_perm() {
  return array(
    'administer pathauto',
    'notify of path changes',
  );
}