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