You are here

trigger_example.install in Examples for Developers 6

Install, update and uninstall functions for the trigger_example module.

File

trigger_example/trigger_example.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the trigger_example module.
 */

/**
 * Implementation of hook_uninstall().
 */
function trigger_example_uninstall() {
  variable_del('trigger_example_pings');
}

Functions

Namesort descending Description
trigger_example_uninstall Implementation of hook_uninstall().