You are here

function cas_attributes_token_values in CAS Attributes 6.3

Implements hook_token_values().

File

./cas_attributes.module, line 50
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_values($type, $object = NULL) {
  module_load_include('tokens.inc', 'cas_attributes');
  return _cas_attributes_token_values($type, $object);
}