domaincontext.install in Domain Context 7
Same filename and directory in other branches
Install file for the domaincontext module.
File
domaincontext.installView source
<?php
/**
 * @file
 * Install file for the domaincontext module.
 */
/**
 * Implements hook_enable().
 */
function domaincontext_enable() {
  context_invalidate_cache();
}Functions
| Name   | Description | 
|---|---|
| domaincontext_enable | Implements hook_enable(). | 
