function og_subgroups_token_values in Subgroups for Organic groups 6
Implementation of hook_token_values().
File
- ./
og_subgroups.module, line 491 - Maintains a hierarchy of groups created by the orgainc groups module.
Code
function og_subgroups_token_values($type, $object = NULL, $options = array()) {
og_subgroups_include('token');
return _og_subgroups_token_values($type, $object, $options);
}