You are here

function token_custom_perm in Custom Tokens 6

Same name and namespace in other branches
  1. 5 token_custom.module \token_custom_perm()

Implementation of hook_perm().

File

./token_custom.module, line 102
The Token Custom module.

Code

function token_custom_perm() {
  return array(
    'create PHP code for execution by Custom Tokens',
  );
}