function cas_ldap_token_list in CAS Attributes 6.3
Implements hook_token_list().
File
- ./
cas_ldap.module, line 30 - Allows user account and profile attributes to be automatically populated using tokens. Provides basic tokens for attributes returned by an LDAP server.
Code
function cas_ldap_token_list($type = 'all') {
module_load_include('tokens.inc', 'cas_ldap');
return _cas_ldap_token_list($type);
}