ckeditor_link_file.install in CKEditor Link File 7
Same filename and directory in other branches
Install, update and uninstall functions for the ckeditor_link_file module.
File
ckeditor_link_file.installView 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
Name![]() |
Description |
---|---|
ckeditor_link_file_uninstall | Implements hook_uninstall(). |