You are here

function pathauto_perm in Pathauto 5

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

File

./pathauto.module, line 35

Code

function pathauto_perm() {
  return array(
    'administer pathauto',
  );
}