function emimage_uninstall in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emimage/emimage.install \emimage_uninstall()
- 6.2 contrib/emimage/emimage.install \emimage_uninstall()
Implementation of hook_uninstall().
File
- contrib/
emimage/ emimage.install, line 22 - This is the emimage.module's install, configuration, and removal instructions.
Code
function emimage_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'emimage');
}