function hansel_og_hansel_cache_parts_alter in Hansel breadcrumbs 8
Same name and namespace in other branches
- 7 og/hansel_og.module \hansel_og_hansel_cache_parts_alter()
Implements hook_hansel_cache_parts_alter().
File
- og/
hansel_og.module, line 129 - Hansel organic groups integration
Code
function hansel_og_hansel_cache_parts_alter(&$parts) {
if ($node = og_get_group_context()) {
$parts[] = $node->nid;
}
}