You are here

file_entity_link.install in File Entity Link 7

File

file_entity_link.install
View source
<?php

function file_entity_link_uninstall() {
  variable_del('file_entity_link_settings');
}

Functions