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