function token_example_token_values
Implements hook_token_values().
Related topics
File
-
token_example/
token_example.module, line 51
Code
function token_example_token_values($type, $object = NULL) {
module_load_include('tokens.inc', 'token_example');
return _token_example_token_values($type, $object);
}