You are here

function tinymce_uninstall in TinyMCE 6.2

Same name and namespace in other branches
  1. 5 tinymce.install \tinymce_uninstall()
  2. 6 tinymce.install \tinymce_uninstall()

Implementation of hook_uninstall()

File

./tinymce.install, line 33

Code

function tinymce_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('tinymce');
}