You are here

bookblock.install in Book Block 6

Same filename and directory in other branches
  1. 7 bookblock.install

Install, update and uninstall functions for the bookblock module.

File

bookblock.install
View source
<?php

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

/**
 * Implementation of hook_uninstall().
 */
function bookblock_uninstall() {

  // Delete variable.
  variable_del('bookblock_books');
}

Functions

Namesort descending Description
bookblock_uninstall Implementation of hook_uninstall().