You are here

function hansel_domain_hansel_cache_parts_alter in Hansel breadcrumbs 7

Same name and namespace in other branches
  1. 8 domain/hansel_domain.module \hansel_domain_hansel_cache_parts_alter()

Implements hook_hansel_cache_parts_alter().

File

domain/hansel_domain.module, line 150
Hansel domain integration

Code

function hansel_domain_hansel_cache_parts_alter(&$parts) {
  global $_domain;
  $parts[] = $_domain['domain_id'];
}