function block_example_uninstall in Examples for Developers 6
Same name and namespace in other branches
- 7 block_example/block_example.install \block_example_uninstall()
Implementation of hook_uninstall().
File
- block_example/
block_example.install, line 11 - Install, update and uninstall functions for the block_example module.
Code
function block_example_uninstall() {
variable_del('block_example_string');
}