bookblock.install in Book Block 6
Same filename and directory in other branches
Install, update and uninstall functions for the bookblock module.
File
bookblock.installView 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
Name | Description |
---|---|
bookblock_uninstall | Implementation of hook_uninstall(). |