You are here

ckeditor_link_file.install in CKEditor Link File 7

Same filename and directory in other branches
  1. 7.2 ckeditor_link_file.install

Install, update and uninstall functions for the ckeditor_link_file module.

File

ckeditor_link_file.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the ckeditor_link_file module.
 */

/**
 * Implements hook_uninstall().
 */
function ckeditor_link_file_uninstall() {
  variable_del('ckeditor_link_file_link_method');
  variable_del('ckeditor_link_file_autocomplete_file_types');
}

Functions