You are here

function cas_attributes_token_list in CAS Attributes 6.3

Implements hook_token_list().

File

./cas_attributes.module, line 42
Allows user account and profile attributes to be automatically populated using tokens. Provides basic tokens for attributes returned by the CAS server.

Code

function cas_attributes_token_list($type = 'all') {
  module_load_include('tokens.inc', 'cas_attributes');
  return _cas_attributes_token_list($type);
}