You are here

function casetracker_token_values in Case Tracker 6

Implementation of hook_token_values().

File

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

Code

function casetracker_token_values($type, $object = NULL) {
  module_load_include('inc', 'casetracker', 'casetracker.token');
  return _casetracker_token_values($type, $object);
}