You are here

masquerade_context.install in Masquerade Extras 6.2

Installation tasks for masquerade_context.

File

masquerade_context/masquerade_context.install
View source
<?php

/**
 * @file
 *  Installation tasks for masquerade_context.
 */

/**
 * Implements hook_enable().
 *
 * @see hook_enable()
 */
function masquerade_context_enable() {

  // @todo: Do we need to clear any caches in 6.x?
}

/**
 * Implements hook_disable().
 *
 * @see hook_disable()
 */
function masquerade_context_disable() {
}

Functions