You are here

function casetracker_token_list in Case Tracker 6

Implementation of hook_token_list().

File

./casetracker.module, line 1083
Enables the handling of projects and their cases.

Code

function casetracker_token_list($type = 'all') {
  module_load_include('inc', 'casetracker', 'casetracker.token');
  return _casetracker_token_list($type);
}