You are here

function token_custom_perm in Custom Tokens 5

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

Implementation of hook_perm().

File

./token_custom.module, line 85

Code

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