You are here

pasteformat.install in Paste Format (filter, clean-up pasted text) 6

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

File

pasteformat.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function pasteformat_uninstall() {
  variable_del('pasteformat_cleanup_format');
  variable_del('pasteformat_message_success');
  variable_del('pasteformat_message_failure');
}

Functions

Namesort descending Description
pasteformat_uninstall Implements hook_uninstall().