You are here

block_example.install in Examples for Developers 6

Same filename and directory in other branches
  1. 7 block_example/block_example.install

Install, update and uninstall functions for the block_example module.

File

block_example/block_example.install
View source
<?php

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

/**
 * Implementation of hook_uninstall().
 */
function block_example_uninstall() {
  variable_del('block_example_string');
}

Functions

Namesort descending Description
block_example_uninstall Implementation of hook_uninstall().