You are here

function me_perm in me aliases 6

Same name and namespace in other branches
  1. 6.2 me.module \me_perm()

Implementation of hook_perm().

File

./me.module, line 560
Provides 'me' aliases to allow users to enter 'me' in common paths instead of their user id.

Code

function me_perm() {
  return array(
    'use PHP for me alias paths',
  );
}