function emvideo_uninstall in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.install \emvideo_uninstall()
- 6.2 contrib/emvideo/emvideo.install \emvideo_uninstall()
Implementation of hook_uninstall().
File
- contrib/
emvideo/ emvideo.install, line 23 - Installation, configuration, and removal of the emvideo module.
Code
function emvideo_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'emvideo');
}