You are here

ueditor.install in UEditor - 百度编辑器 7.2

Same filename and directory in other branches
  1. 7.3 ueditor.install

File

ueditor.install
View source
<?php

/**
 * Implements hook_install().
 */
function ueditor_install() {
}

/**
 * Implements hook_uninstall().
 */
function ueditor_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'ueditor_%'");
  cache_clear_all('variables', 'cache');
}

Functions

Namesort descending Description
ueditor_install Implements hook_install().
ueditor_uninstall Implements hook_uninstall().