You are here

function token_example_token_list in Examples for Developers 6

Implements hook_token_list().

Related topics

File

token_example/token_example.module, line 43
The Token API module.

Code

function token_example_token_list($type = 'all') {
  module_load_include('tokens.inc', 'token_example');
  return _token_example_token_list($type);
}