You are here

context_og.install in Context OG 7

Same filename and directory in other branches
  1. 6.3 context_og.install
  2. 6.2 context_og.install
  3. 7.2 context_og.install

Install file for the context_og module.

File

context_og.install
View source
<?php

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

/**
 * Implementation of hook_enable().
 */
function context_og_enable() {
  context_invalidate_cache();
}

Functions

Namesort descending Description
context_og_enable Implementation of hook_enable().