masquerade_context.install in Masquerade Extras 6.2
Same filename and directory in other branches
Installation tasks for masquerade_context.
File
masquerade_context/masquerade_context.installView 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
Name | Description |
---|---|
masquerade_context_disable | Implements hook_disable(). |
masquerade_context_enable | Implements hook_enable(). |