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