You are here

function emvideo_uninstall in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/emvideo.install \emvideo_uninstall()
  2. 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');
}