You are here

function emvideo_disable in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/emvideo.install \emvideo_disable()
  2. 6.2 contrib/emvideo/emvideo.install \emvideo_disable()

Implementation of hook_disable().

File

contrib/emvideo/emvideo.install, line 39
Installation, configuration, and removal of the emvideo module.

Code

function emvideo_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'emvideo');
}