function file_entity_uninstall in File Entity (fieldable files) 7
Same name and namespace in other branches
- 8.2 file_entity.install \file_entity_uninstall()
- 7.3 file_entity.install \file_entity_uninstall()
- 7.2 file_entity.install \file_entity_uninstall()
Implement hook_uninstall().
File
- ./
file_entity.install, line 128 - Install, update and uninstall functions for the file_entity module.
Code
function file_entity_uninstall() {
db_drop_field('file_managed', 'type');
}