function _og_subgroups_load_multiple_cid in Subgroups for Organic groups 7.2
2 calls to _og_subgroups_load_multiple_cid()
- og_subgroups_children_load_multiple in ./
og_subgroups.common.inc - Get the inheriented groups + current group.
- og_subgroups_parents_load_multiple in ./
og_subgroups.common.inc - Same as og_subgroups_parents_load() but takes in an array of groups.
File
- ./
og_subgroups.common.inc, line 419 - Common functions used in og_subgroups.
Code
function _og_subgroups_load_multiple_cid($type, $group_type, $group_id, $filter) {
return 'og_subgroups_' . $type . '_load_multiple__' . $group_type . '__' . $group_id . '__' . ($filter ? 'filtered' : 'all');
}