You are here

function view_alias_token_list in View Alias 5

Same name and namespace in other branches
  1. 6 view_alias.module \view_alias_token_list()
  2. 7 view_alias.tokens.inc \view_alias_token_list()

Implementation of hook_token_list()

File

./view_alias.module, line 301
view_alias.module

Code

function view_alias_token_list($type = 'all') {
  $tokens['view_alias']['catpath'] = t("hyphenated term path.");
  return $tokens;
}