You are here

mailhandler_default.install in Mailhandler 6.2

Install, update and uninstall functions for Mailhandler Quick-start.

File

modules/mailhandler_default/mailhandler_default.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for Mailhandler Quick-start.
 */

/**
 * Implementation of hook_enable().
 */
function mailhandler_default_enable() {
  cache_clear_all('*', 'cache', TRUE);
}

Functions

Namesort descending Description
mailhandler_default_enable Implementation of hook_enable().