You are here

domaincontext.install in Domain Context 7

Same filename and directory in other branches
  1. 6 domaincontext.install

Install file for the domaincontext module.

File

domaincontext.install
View source
<?php

/**
 * @file
 * Install file for the domaincontext module.
 */

/**
 * Implements hook_enable().
 */
function domaincontext_enable() {
  context_invalidate_cache();
}

Functions

Namesort descending Description
domaincontext_enable Implements hook_enable().