function casetracker_token_info in Case Tracker 7
Implements hook_token_list().
File
- ./
casetracker.module, line 1374 - Enables the handling of projects and their cases.
Code
function casetracker_token_info($type = 'all') {
module_load_include('inc', 'casetracker', 'casetracker.token');
return _casetracker_token_info($type);
}