You are here

function og_subgroups_token_list in Subgroups for Organic groups 6

Implementation of hook_token_list().

File

./og_subgroups.module, line 499
Maintains a hierarchy of groups created by the orgainc groups module.

Code

function og_subgroups_token_list($type = 'all') {
  og_subgroups_include('token');
  return _og_subgroups_token_list($type);
}