trigger_example.install in Examples for Developers 6
Install, update and uninstall functions for the trigger_example module.
File
trigger_example/trigger_example.installView 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
Name![]() |
Description |
---|---|
trigger_example_uninstall | Implementation of hook_uninstall(). |