You are here

function token_custom_uninstall in Custom Tokens 6

Same name and namespace in other branches
  1. 5 token_custom.install \token_custom_uninstall()
  2. 7.2 token_custom.install \token_custom_uninstall()

Implementation of hook_uninstall().

File

./token_custom.install, line 19
The install/uninstall code for the Token Custom module.

Code

function token_custom_uninstall() {
  drupal_uninstall_schema('token_custom');
}