You are here

function domaincontext_enable in Domain Context 7

Same name and namespace in other branches
  1. 6 domaincontext.install \domaincontext_enable()

Implements hook_enable().

File

./domaincontext.install, line 11
Install file for the domaincontext module.

Code

function domaincontext_enable() {
  context_invalidate_cache();
}